Html Css Color HEX #0C49DF Navy Blue

📋 copy color: '#0C49DF'

red 12 ◦ green 73 ◦ blue 223

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

Shades of Navy Blue #0C49DF

Tints of Navy Blue #0C49DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 72.4%

R = 3.9%
G = 23.7%
B = 72.4%

CMYK

 C value IS 0.95

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0C49DF (or 0x0C49DF) is known color: Navy Blue. HEX triplet: 0C, 49 and DF. RGB value is (12,73,223). Sum of RGB (Red+Green+Blue) = 12+73+223=308 (40% of max value = 765). Red value is 12 (5.08% from 255 or 3.90% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 223 (87.5% from 255 or 72.40% from 308); Max value from RGB is 223 - color contains mainly: blue. Hex color #0C49DF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0C49DF is #F3B620. Grayscale: #474747. Windows color (decimal): -15971873 or 14633228. OLE color: 14633228.

HSL color Cylindrical-coordinate representation of color #0C49DF: hue angle of 222.65º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C49DF is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 73 223 -
CMYK 0.95 0.67 0 0.13
HSL 222.65º 0.9% 0.46% -
HSV(B) 222.65º 0.95% 0.87% -
XYZ 15.85 10.17 70.94 -
YUV 71.86 213.29 85.3 -
System Red Green Blue C M Y K H S L
Decimal 12 73 223 0.95 0.67 0 0.13 222.65 0.9 0.46
Hex C 49 DF 5F 43 0 D DF 5A 2E
Octal 14 111 337 137 103 0 15 337 132 56
Binary 1100 1001001 11011111 1011111 1000011 0 1101 11011111 1011010 101110

Color Harmonies of #0C49DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C49DF

Black with #0C49DF

Text Example


Text Example

White with #0C49DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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