Html Css Color HEX #0C49EA Navy Blue

📋 copy color: '#0C49EA'

red 12 ◦ green 73 ◦ blue 234

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

Shades of Navy Blue #0C49EA

Tints of Navy Blue #0C49EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 73.35%

R = 3.76%
G = 22.88%
B = 73.35%

CMYK

 C value IS 0.95

 M value IS 0.69

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0C49EA (or 0x0C49EA) is known color: Navy Blue. HEX triplet: 0C, 49 and EA. RGB value is (12,73,234). Sum of RGB (Red+Green+Blue) = 12+73+234=319 (42% of max value = 765). Red value is 12 (5.08% from 255 or 3.76% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 234 (91.80% from 255 or 73.35% from 319); Max value from RGB is 234 - color contains mainly: blue. Hex color #0C49EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0C49EA is #F3B615. Grayscale: #484848. Windows color (decimal): -15971862 or 15354124. OLE color: 15354124.

HSL color Cylindrical-coordinate representation of color #0C49EA: hue angle of 223.51º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C49EA is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 12 73 234 -
CMYK 0.95 0.69 0 0.08
HSL 223.51º 0.9% 0.48% -
HSV(B) 223.51º 0.95% 0.92% -
XYZ 17.39 10.78 79.01 -
YUV 73.12 218.79 84.41 -
System Red Green Blue C M Y K H S L
Decimal 12 73 234 0.95 0.69 0 0.08 223.51 0.9 0.48
Hex C 49 EA 5F 45 0 8 E0 5A 30
Octal 14 111 352 137 105 0 10 340 132 60
Binary 1100 1001001 11101010 1011111 1000101 0 1000 11100000 1011010 110000

Color Harmonies of #0C49EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C49EA

Black with #0C49EA

Text Example


Text Example

White with #0C49EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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