Html Css Color HEX #0949E3 Navy Blue

📋 copy color: '#0949E3'

red 9 ◦ green 73 ◦ blue 227

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

Shades of Navy Blue #0949E3

Tints of Navy Blue #0949E3

RGB

 RED value IS 9 (3.91% from 255) = 2.91%

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

 BLUE value IS 227 (89.06% from 255) = 73.46%

R = 2.91%
G = 23.62%
B = 73.46%

CMYK

 C value IS 0.96

 M value IS 0.68

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#0949E3 (or 0x0949E3) is known color: Navy Blue. HEX triplet: 09, 49 and E3. RGB value is (9,73,227). Sum of RGB (Red+Green+Blue) = 9+73+227=309 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.91% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 227 (89.06% from 255 or 73.46% from 309); Max value from RGB is 227 - color contains mainly: blue. Hex color #0949E3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0949E3 is #F6B61C. Grayscale: #464646. Windows color (decimal): -16168477 or 14895369. OLE color: 14895369.

HSL color Cylindrical-coordinate representation of color #0949E3: hue angle of 222.39º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0949E3 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 9 73 227 -
CMYK 0.96 0.68 0 0.11
HSL 222.39º 0.92% 0.46% -
HSV(B) 222.39º 0.96% 0.89% -
XYZ 16.36 10.37 73.81 -
YUV 71.42 215.8 83.48 -
System Red Green Blue C M Y K H S L
Decimal 9 73 227 0.96 0.68 0 0.11 222.39 0.92 0.46
Hex 9 49 E3 60 44 0 B DE 5C 2E
Octal 11 111 343 140 104 0 13 336 134 56
Binary 1001 1001001 11100011 1100000 1000100 0 1011 11011110 1011100 101110

Color Harmonies of #0949E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0949E3

Black with #0949E3

Text Example


Text Example

White with #0949E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0949E3; }

 p { color: rgb(9,73,227); }

 H1.HeaderClassName
 {
   color: #0949E3;
 }
 .AnyTagClassName
 {
   color: #0949E3;
 }
</style>

background-color css

<style>
 a { background-color: #0949E3; }

 a { background-color: rgb(9,73,227); }

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

border-color css

<style>
 span { border-color: #0949E3; }

 span { border-color: rgb(9,73,227); }

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