Html Css Color HEX #0C76BE Navy Blue

📋 copy color: '#0C76BE'

red 12 ◦ green 118 ◦ blue 190

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

Shades of Navy Blue #0C76BE

Tints of Navy Blue #0C76BE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.88%

 BLUE value IS 190 (74.61% from 255) = 59.38%

R = 3.75%
G = 36.88%
B = 59.38%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0C76BE (or 0x0C76BE) is known color: Navy Blue. HEX triplet: 0C, 76 and BE. RGB value is (12,118,190). Sum of RGB (Red+Green+Blue) = 12+118+190=320 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.75% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 190 (74.61% from 255 or 59.38% from 320); Max value from RGB is 190 - color contains mainly: blue. Hex color #0C76BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C76BE is #F38941. Grayscale: #5E5E5E. Windows color (decimal): -15960386 or 12482060. OLE color: 12482060.

HSL color Cylindrical-coordinate representation of color #0C76BE: hue angle of 204.27º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C76BE is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 12 118 190 -
CMYK 0.94 0.38 0 0.25
HSL 204.27º 0.88% 0.4% -
HSV(B) 204.27º 0.94% 0.75% -
XYZ 15.92 16.75 51.11 -
YUV 94.51 181.88 69.15 -
System Red Green Blue C M Y K H S L
Decimal 12 118 190 0.94 0.38 0 0.25 204.27 0.88 0.4
Hex C 76 BE 5E 26 0 19 CC 58 28
Octal 14 166 276 136 46 0 31 314 130 50
Binary 1100 1110110 10111110 1011110 100110 0 11001 11001100 1011000 101000

Color Harmonies of #0C76BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C76BE

Black with #0C76BE

Text Example


Text Example

White with #0C76BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,118,190); }

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

background-color css

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

 a { background-color: rgb(12,118,190); }

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

border-color css

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

 span { border-color: rgb(12,118,190); }

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