Html Css Color HEX #0C49DA Navy Blue

📋 copy color: '#0C49DA'

red 12 ◦ green 73 ◦ blue 218

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

Shades of Navy Blue #0C49DA

Tints of Navy Blue #0C49DA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

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

R = 3.96%
G = 24.09%
B = 71.95%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0C49DA (or 0x0C49DA) is known color: Navy Blue. HEX triplet: 0C, 49 and DA. RGB value is (12,73,218). Sum of RGB (Red+Green+Blue) = 12+73+218=303 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.96% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 218 (85.55% from 255 or 71.95% from 303); Max value from RGB is 218 - color contains mainly: blue. Hex color #0C49DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C49DA is #F3B625. Grayscale: #464646. Windows color (decimal): -15971878 or 14305548. OLE color: 14305548.

HSL color Cylindrical-coordinate representation of color #0C49DA: hue angle of 222.23º 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 #0C49DA is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 73 218 -
CMYK 0.94 0.67 0 0.15
HSL 222.23º 0.9% 0.45% -
HSV(B) 222.23º 0.94% 0.85% -
XYZ 15.19 9.91 67.44 -
YUV 71.29 210.79 85.71 -
System Red Green Blue C M Y K H S L
Decimal 12 73 218 0.94 0.67 0 0.15 222.23 0.9 0.45
Hex C 49 DA 5E 43 0 F DE 5A 2D
Octal 14 111 332 136 103 0 17 336 132 55
Binary 1100 1001001 11011010 1011110 1000011 0 1111 11011110 1011010 101101

Color Harmonies of #0C49DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C49DA

Black with #0C49DA

Text Example


Text Example

White with #0C49DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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