Html Css Color HEX #0948DD Navy Blue

📋 copy color: '#0948DD'

red 9 ◦ green 72 ◦ blue 221

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

Shades of Navy Blue #0948DD

Tints of Navy Blue #0948DD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.84%

 BLUE value IS 221 (86.72% from 255) = 73.18%

R = 2.98%
G = 23.84%
B = 73.18%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0948DD (or 0x0948DD) is known color: Navy Blue. HEX triplet: 09, 48 and DD. RGB value is (9,72,221). Sum of RGB (Red+Green+Blue) = 9+72+221=302 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.98% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 221 (86.72% from 255 or 73.18% from 302); Max value from RGB is 221 - color contains mainly: blue. Hex color #0948DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948DD is #F6B722. Grayscale: #454545. Windows color (decimal): -16168739 or 14501897. OLE color: 14501897.

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

Color convert

RGB 9 72 221 -
CMYK 0.96 0.67 0 0.13
HSL 222.17º 0.92% 0.45% -
HSV(B) 222.17º 0.96% 0.87% -
XYZ 15.48 9.91 69.5 -
YUV 70.15 213.13 84.38 -
System Red Green Blue C M Y K H S L
Decimal 9 72 221 0.96 0.67 0 0.13 222.17 0.92 0.45
Hex 9 48 DD 60 43 0 D DE 5C 2D
Octal 11 110 335 140 103 0 15 336 134 55
Binary 1001 1001000 11011101 1100000 1000011 0 1101 11011110 1011100 101101

Color Harmonies of #0948DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948DD

Black with #0948DD

Text Example


Text Example

White with #0948DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0948DD; }

 p { color: rgb(9,72,221); }

 H1.HeaderClassName
 {
   color: #0948DD;
 }
 .AnyTagClassName
 {
   color: #0948DD;
 }
</style>

background-color css

<style>
 a { background-color: #0948DD; }

 a { background-color: rgb(9,72,221); }

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

border-color css

<style>
 span { border-color: #0948DD; }

 span { border-color: rgb(9,72,221); }

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