#0A74CE

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

Shades of Navy Blue #0A74CE

Tints of Navy Blue #0A74CE

Color information

#0A74CE (or 0x0A74CE) is unknown color: approx Navy Blue. HEX triplet: 0A, 74 and CE. RGB value is (10,116,206). Sum of RGB (Red+Green+Blue) = 10+116+206=332 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.01% from 332); Green value is 116 (45.70% from 255 or 34.94% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #0A74CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0A74CE is #F58B31. Grayscale: #5E5E5E. Windows color (decimal): -16091954 or 13530122. OLE color: 13530122.

HSL color Cylindrical-coordinate representation of color #0A74CE: hue angle of 207.55º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A74CE is Cyan = 0.95, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10116206-
CMYK0.950.4400.19
HSL207.55º90.74%42.35%-
HSV(B)207.55º95.15%80.78%-
XYZ17.5117.0160.75-
YUV94.57190.8867.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.01%
GREEN value IS 116 (45.70% from 255) = 34.94%
BLUE value IS 206 (80.86% from 255) = 62.05%
R=3.01%
G=34.94%
B=62.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101162060.950.4400.19207.5590.7442.35
HexA74CE5F2C013d05b2a
Octal121643161375402332013352
Binary10101110100110011101011111101100010011110100001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A74CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,116,206); }

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

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

 a { background-color: rgb(10,116,206); }

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

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

 span { border-color: rgb(10,116,206); }

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