Html Css Color HEX #0C4DDA Navy Blue

📋 copy color: '#0C4DDA'

red 12 ◦ green 77 ◦ blue 218

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

Shades of Navy Blue #0C4DDA

Tints of Navy Blue #0C4DDA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.08%

 BLUE value IS 218 (85.55% from 255) = 71.01%

R = 3.91%
G = 25.08%
B = 71.01%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0C4DDA (or 0x0C4DDA) is known color: Navy Blue. HEX triplet: 0C, 4D and DA. RGB value is (12,77,218). Sum of RGB (Red+Green+Blue) = 12+77+218=307 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.91% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #0C4DDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0C4DDA is #F3B225. Grayscale: #494949. Windows color (decimal): -15970854 or 14306572. OLE color: 14306572.

HSL color Cylindrical-coordinate representation of color #0C4DDA: hue angle of 221.07º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0C4DDA is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 77 218 -
CMYK 0.94 0.65 0 0.15
HSL 221.07º 0.9% 0.45% -
HSV(B) 221.07º 0.94% 0.85% -
XYZ 15.46 10.45 67.53 -
YUV 73.64 209.47 84.04 -
System Red Green Blue C M Y K H S L
Decimal 12 77 218 0.94 0.65 0 0.15 221.07 0.9 0.45
Hex C 4D DA 5E 41 0 F DD 5A 2D
Octal 14 115 332 136 101 0 17 335 132 55
Binary 1100 1001101 11011010 1011110 1000001 0 1111 11011101 1011010 101101

Color Harmonies of #0C4DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C4DDA

Black with #0C4DDA

Text Example


Text Example

White with #0C4DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,77,218); }

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

background-color css

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

 a { background-color: rgb(12,77,218); }

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

border-color css

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

 span { border-color: rgb(12,77,218); }

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