Html Css Color HEX #0C68DB Navy Blue

📋 copy color: '#0C68DB'

red 12 ◦ green 104 ◦ blue 219

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

Shades of Navy Blue #0C68DB

Tints of Navy Blue #0C68DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.04%

 BLUE value IS 219 (85.94% from 255) = 65.37%

R = 3.58%
G = 31.04%
B = 65.37%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C68DB (or 0x0C68DB) is known color: Navy Blue. HEX triplet: 0C, 68 and DB. RGB value is (12,104,219). Sum of RGB (Red+Green+Blue) = 12+104+219=335 (44% of max value = 765). Red value is 12 (5.08% from 255 or 3.58% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 219 (85.94% from 255 or 65.37% from 335); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C68DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C68DB is #F39724. Grayscale: #595959. Windows color (decimal): -15963941 or 14379020. OLE color: 14379020.

HSL color Cylindrical-coordinate representation of color #0C68DB: hue angle of 213.33º 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 #0C68DB is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 12 104 219 -
CMYK 0.95 0.53 0 0.14
HSL 213.33º 0.9% 0.45% -
HSV(B) 213.33º 0.95% 0.86% -
XYZ 17.89 15.09 68.99 -
YUV 89.6 201.02 72.65 -
System Red Green Blue C M Y K H S L
Decimal 12 104 219 0.95 0.53 0 0.14 213.33 0.9 0.45
Hex C 68 DB 5F 35 0 E D5 5A 2D
Octal 14 150 333 137 65 0 16 325 132 55
Binary 1100 1101000 11011011 1011111 110101 0 1110 11010101 1011010 101101

Color Harmonies of #0C68DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C68DB

Black with #0C68DB

Text Example


Text Example

White with #0C68DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,104,219); }

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

background-color css

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

 a { background-color: rgb(12,104,219); }

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

border-color css

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

 span { border-color: rgb(12,104,219); }

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