Html Css Color HEX #0C77DF Navy Blue

📋 copy color: '#0C77DF'

red 12 ◦ green 119 ◦ blue 223

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

Shades of Navy Blue #0C77DF

Tints of Navy Blue #0C77DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.62%

 BLUE value IS 223 (87.5% from 255) = 62.99%

R = 3.39%
G = 33.62%
B = 62.99%

CMYK

 C value IS 0.95

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C77DF (or 0x0C77DF) is known color: Navy Blue. HEX triplet: 0C, 77 and DF. RGB value is (12,119,223). Sum of RGB (Red+Green+Blue) = 12+119+223=354 (46% of max value = 765). Red value is 12 (5.08% from 255 or 3.39% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 223 (87.5% from 255 or 62.99% from 354); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C77DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C77DF is #F38820. Grayscale: #626262. Windows color (decimal): -15960097 or 14645004. OLE color: 14645004.

HSL color Cylindrical-coordinate representation of color #0C77DF: hue angle of 209.57º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C77DF is Cyan = 0.95, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 119 223 -
CMYK 0.95 0.47 0 0.13
HSL 209.57º 0.9% 0.46% -
HSV(B) 209.57º 0.95% 0.87% -
XYZ 20.07 18.6 72.34 -
YUV 98.86 198.05 66.04 -
System Red Green Blue C M Y K H S L
Decimal 12 119 223 0.95 0.47 0 0.13 209.57 0.9 0.46
Hex C 77 DF 5F 2F 0 D D2 5A 2E
Octal 14 167 337 137 57 0 15 322 132 56
Binary 1100 1110111 11011111 1011111 101111 0 1101 11010010 1011010 101110

Color Harmonies of #0C77DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C77DF

Black with #0C77DF

Text Example


Text Example

White with #0C77DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,119,223); }

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

background-color css

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

 a { background-color: rgb(12,119,223); }

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

border-color css

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

 span { border-color: rgb(12,119,223); }

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