Html Css Color HEX #0C4BDB Navy Blue

📋 copy color: '#0C4BDB'

red 12 ◦ green 75 ◦ blue 219

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

Shades of Navy Blue #0C4BDB

Tints of Navy Blue #0C4BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.51%

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

R = 3.92%
G = 24.51%
B = 71.57%

CMYK

 C value IS 0.95

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0C4BDB (or 0x0C4BDB) is known color: Navy Blue. HEX triplet: 0C, 4B and DB. RGB value is (12,75,219). Sum of RGB (Red+Green+Blue) = 12+75+219=306 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.92% from 306); Green value is 75 (29.69% from 255 or 24.51% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #0C4BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C4BDB is #F3B424. Grayscale: #474747. Windows color (decimal): -15971365 or 14371596. OLE color: 14371596.

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

Color convert

RGB 12 75 219 -
CMYK 0.95 0.66 0 0.14
HSL 221.74º 0.9% 0.45% -
HSV(B) 221.74º 0.95% 0.86% -
XYZ 15.45 10.22 68.18 -
YUV 72.58 210.63 84.79 -
System Red Green Blue C M Y K H S L
Decimal 12 75 219 0.95 0.66 0 0.14 221.74 0.9 0.45
Hex C 4B DB 5F 42 0 E DE 5A 2D
Octal 14 113 333 137 102 0 16 336 132 55
Binary 1100 1001011 11011011 1011111 1000010 0 1110 11011110 1011010 101101

Color Harmonies of #0C4BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4BDB

Black with #0C4BDB

Text Example


Text Example

White with #0C4BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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