Html Css Color HEX #0949DA Navy Blue

📋 copy color: '#0949DA'

red 9 ◦ green 73 ◦ blue 218

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

Shades of Navy Blue #0949DA

Tints of Navy Blue #0949DA

RGB

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

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

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

R = 3%
G = 24.33%
B = 72.67%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0949DA (or 0x0949DA) is known color: Navy Blue. HEX triplet: 09, 49 and DA. RGB value is (9,73,218). Sum of RGB (Red+Green+Blue) = 9+73+218=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 218 (85.55% from 255 or 72.67% from 300); Max value from RGB is 218 - color contains mainly: blue. Hex color #0949DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0949DA is #F6B625. Grayscale: #454545. Windows color (decimal): -16168486 or 14305545. OLE color: 14305545.

HSL color Cylindrical-coordinate representation of color #0949DA: hue angle of 221.63º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0949DA is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 9 73 218 -
CMYK 0.96 0.67 0 0.15
HSL 221.63º 0.92% 0.45% -
HSV(B) 221.63º 0.96% 0.85% -
XYZ 15.15 9.89 67.44 -
YUV 70.39 211.3 84.21 -
System Red Green Blue C M Y K H S L
Decimal 9 73 218 0.96 0.67 0 0.15 221.63 0.92 0.45
Hex 9 49 DA 60 43 0 F DE 5C 2D
Octal 11 111 332 140 103 0 17 336 134 55
Binary 1001 1001001 11011010 1100000 1000011 0 1111 11011110 1011100 101101

Color Harmonies of #0949DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0949DA

Black with #0949DA

Text Example


Text Example

White with #0949DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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