Html Css Color HEX #0C67D1 Navy Blue

📋 copy color: '#0C67D1'

red 12 ◦ green 103 ◦ blue 209

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

Shades of Navy Blue #0C67D1

Tints of Navy Blue #0C67D1

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.79%

 BLUE value IS 209 (82.03% from 255) = 64.51%

R = 3.7%
G = 31.79%
B = 64.51%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0C67D1 (or 0x0C67D1) is known color: Navy Blue. HEX triplet: 0C, 67 and D1. RGB value is (12,103,209). Sum of RGB (Red+Green+Blue) = 12+103+209=324 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.70% from 324); Green value is 103 (40.62% from 255 or 31.79% from 324); Blue value is 209 (82.03% from 255 or 64.51% from 324); Max value from RGB is 209 - color contains mainly: blue. Hex color #0C67D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C67D1 is #F3982E. Grayscale: #575757. Windows color (decimal): -15964207 or 13723404. OLE color: 13723404.

HSL color Cylindrical-coordinate representation of color #0C67D1: hue angle of 212.28º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C67D1 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 12 103 209 -
CMYK 0.94 0.51 0 0.18
HSL 212.28º 0.89% 0.43% -
HSV(B) 212.28º 0.94% 0.82% -
XYZ 16.51 14.38 62.23 -
YUV 87.88 196.35 73.88 -
System Red Green Blue C M Y K H S L
Decimal 12 103 209 0.94 0.51 0 0.18 212.28 0.89 0.43
Hex C 67 D1 5E 33 0 12 D4 59 2B
Octal 14 147 321 136 63 0 22 324 131 53
Binary 1100 1100111 11010001 1011110 110011 0 10010 11010100 1011001 101011

Color Harmonies of #0C67D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C67D1

Black with #0C67D1

Text Example


Text Example

White with #0C67D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,103,209); }

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

background-color css

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

 a { background-color: rgb(12,103,209); }

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

border-color css

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

 span { border-color: rgb(12,103,209); }

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