#0A4EBF

Color #0A4EBF Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0A4EBF

Tints of Denim #0A4EBF

Color information

#0A4EBF (or 0x0A4EBF) is unknown color: approx Denim. HEX triplet: 0A, 4E and BF. RGB value is (10,78,191). Sum of RGB (Red+Green+Blue) = 10+78+191=279 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.58% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 191 (75% from 255 or 68.46% from 279); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A4EBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A4EBF is #F5B140. Grayscale: #464646. Windows color (decimal): -16101697 or 12537354. OLE color: 12537354.

HSL color Cylindrical-coordinate representation of color #0A4EBF: hue angle of 217.46º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A4EBF is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1078191-
CMYK0.950.5900.25
HSL217.46º90.05%39.41%-
HSV(B)217.46º94.76%74.9%-
XYZ12.259.2750.43-
YUV70.55195.9784.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 3.58%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 191 (75% from 255) = 68.46%
R=3.58%
G=27.96%
B=68.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal10781910.950.5900.25217.4690.0539.41
HexA4EBF5F3B019d95a27
Octal121162771377303133113247
Binary10101001110101111111011111111011011001110110011011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A4EBF; }

 p { color: rgb(10,78,191); }

 H1.HeaderClassName
 {
   color: #0A4EBF;
 }
 .AnyTagClassName
 {
   color: #0A4EBF;
 }
</style>
background-color css

<style>
 a { background-color: #0A4EBF; }

 a { background-color: rgb(10,78,191); }

 div.DivClassName
 {
   background-color: #0A4EBF;
 }
 .BgClassName
 {
   background-color: #0A4EBF;
 }
</style>
border-color css

<style>
 span { border-color: #0A4EBF; }

 span { border-color: rgb(10,78,191); }

 td.TdClassName
 {
   border-color: #0A4EBF;
 }
 .TagClassName
 {
   border-color: #0A4EBF;
 }
</style>