#0C5AEB

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

Shades of Navy Blue #0C5AEB

Tints of Navy Blue #0C5AEB

Color information

#0C5AEB (or 0x0C5AEB) is unknown color: approx Navy Blue. HEX triplet: 0C, 5A and EB. RGB value is (12,90,235). Sum of RGB (Red+Green+Blue) = 12+90+235=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C5AEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C5AEB is #F3A514. Grayscale: #525252. Windows color (decimal): -15967509 or 15424012. OLE color: 15424012.

HSL color Cylindrical-coordinate representation of color #0C5AEB: hue angle of 219.01º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C5AEB is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1290235-
CMYK0.950.6200.08
HSL219.01º90.28%48.43%-
HSV(B)219.01º94.89%92.16%-
XYZ18.813.3980.19-
YUV83.21213.6677.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 3.56%
GREEN value IS 90 (35.55% from 255) = 26.71%
BLUE value IS 235 (92.19% from 255) = 69.73%
R=3.56%
G=26.71%
B=69.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal12902350.950.6200.08219.0190.2848.43
HexC5AEB5F3E08db5a30
Octal141323531377601033313260
Binary1100101101011101011101111111111001000110110111011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C5AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,90,235); }

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

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

 a { background-color: rgb(12,90,235); }

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

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

 span { border-color: rgb(12,90,235); }

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