Html Css Color HEX #0C57FF Navy Blue

📋 copy color: '#0C57FF'

red 12 ◦ green 87 ◦ blue 255

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

Shades of Navy Blue #0C57FF

Tints of Navy Blue #0C57FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.03%

R = 3.39%
G = 24.58%
B = 72.03%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0C57FF (or 0x0C57FF) is known color: Navy Blue. HEX triplet: 0C, 57 and FF. RGB value is (12,87,255). Sum of RGB (Red+Green+Blue) = 12+87+255=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #0C57FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C57FF is #F3A800. Grayscale: #525252. Windows color (decimal): -15968257 or 16733964. OLE color: 16733964.

HSL color Cylindrical-coordinate representation of color #0C57FF: hue angle of 221.48º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C57FF is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 12 87 255 -
CMYK 0.95 0.66 0 0
HSL 221.48º 1% 0.52% -
HSV(B) 221.48º 0.95% 1% -
XYZ 21.61 14.11 96.19 -
YUV 83.73 224.65 76.84 -
System Red Green Blue C M Y K H S L
Decimal 12 87 255 0.95 0.66 0 0 221.48 1 0.52
Hex C 57 FF 5F 42 0 0 DD 64 34
Octal 14 127 377 137 102 0 0 335 144 64
Binary 1100 1010111 11111111 1011111 1000010 0 0 11011101 1100100 110100

Color Harmonies of #0C57FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C57FF

Black with #0C57FF

Text Example


Text Example

White with #0C57FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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