Html Css Color HEX #0C69DC Navy Blue

📋 copy color: '#0C69DC'

red 12 ◦ green 105 ◦ blue 220

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

Shades of Navy Blue #0C69DC

Tints of Navy Blue #0C69DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 220 (86.33% from 255) = 65.28%

R = 3.56%
G = 31.16%
B = 65.28%

CMYK

 C value IS 0.95

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C69DC (or 0x0C69DC) is known color: Navy Blue. HEX triplet: 0C, 69 and DC. RGB value is (12,105,220). Sum of RGB (Red+Green+Blue) = 12+105+220=337 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.56% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #0C69DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C69DC is #F39623. Grayscale: #595959. Windows color (decimal): -15963684 or 14444812. OLE color: 14444812.

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

Color convert

RGB 12 105 220 -
CMYK 0.95 0.52 0 0.14
HSL 213.17º 0.9% 0.45% -
HSV(B) 213.17º 0.95% 0.86% -
XYZ 18.12 15.35 69.72 -
YUV 90.3 201.19 72.15 -
System Red Green Blue C M Y K H S L
Decimal 12 105 220 0.95 0.52 0 0.14 213.17 0.9 0.45
Hex C 69 DC 5F 34 0 E D5 5A 2D
Octal 14 151 334 137 64 0 16 325 132 55
Binary 1100 1101001 11011100 1011111 110100 0 1110 11010101 1011010 101101

Color Harmonies of #0C69DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C69DC

Black with #0C69DC

Text Example


Text Example

White with #0C69DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,105,220); }

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

background-color css

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

 a { background-color: rgb(12,105,220); }

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

border-color css

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

 span { border-color: rgb(12,105,220); }

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