Html Css Color HEX #0C57EB Navy Blue

📋 copy color: '#0C57EB'

red 12 ◦ green 87 ◦ blue 235

#0C57EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0C57EB

Tints of Navy Blue #0C57EB

RGB

 RED value IS 12 (5.08% from 255) = 3.59%

 GREEN value IS 87 (34.38% from 255) = 26.05%

 BLUE value IS 235 (92.19% from 255) = 70.36%

R = 3.59%
G = 26.05%
B = 70.36%

CMYK

 C value IS 0.95

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C57EB (or 0x0C57EB) is known color: Navy Blue. HEX triplet: 0C, 57 and EB. RGB value is (12,87,235). Sum of RGB (Red+Green+Blue) = 12+87+235=334 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.59% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 235 (92.19% from 255 or 70.36% from 334); Max value from RGB is 235 - color contains mainly: blue. Hex color #0C57EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C57EB is #F3A814. Grayscale: #505050. Windows color (decimal): -15968277 or 15423244. OLE color: 15423244.

HSL color Cylindrical-coordinate representation of color #0C57EB: hue angle of 219.82º 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 #0C57EB is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 87 235 -
CMYK 0.95 0.63 0 0.08
HSL 219.82º 0.9% 0.48% -
HSV(B) 219.82º 0.95% 0.92% -
XYZ 18.56 12.89 80.11 -
YUV 81.45 214.65 78.47 -
System Red Green Blue C M Y K H S L
Decimal 12 87 235 0.95 0.63 0 0.08 219.82 0.9 0.48
Hex C 57 EB 5F 3F 0 8 DC 5A 30
Octal 14 127 353 137 77 0 10 334 132 60
Binary 1100 1010111 11101011 1011111 111111 0 1000 11011100 1011010 110000

Color Harmonies of #0C57EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C57EB

Black with #0C57EB

Text Example


Text Example

White with #0C57EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C57EB;
 }
 .AnyTagClassName
 {
   color: #0C57EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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