Html Css Color HEX #0948DB Navy Blue

📋 copy color: '#0948DB'

red 9 ◦ green 72 ◦ blue 219

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

Shades of Navy Blue #0948DB

Tints of Navy Blue #0948DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 73%

R = 3%
G = 24%
B = 73%

CMYK

 C value IS 0.96

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0948DB (or 0x0948DB) is known color: Navy Blue. HEX triplet: 09, 48 and DB. RGB value is (9,72,219). Sum of RGB (Red+Green+Blue) = 9+72+219=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 72 (28.52% from 255 or 24% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #0948DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0948DB is #F6B724. Grayscale: #454545. Windows color (decimal): -16168741 or 14370825. OLE color: 14370825.

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

Color convert

RGB 9 72 219 -
CMYK 0.96 0.67 0 0.14
HSL 222º 0.92% 0.45% -
HSV(B) 222º 0.96% 0.86% -
XYZ 15.22 9.81 68.11 -
YUV 69.92 212.13 84.55 -
System Red Green Blue C M Y K H S L
Decimal 9 72 219 0.96 0.67 0 0.14 222 0.92 0.45
Hex 9 48 DB 60 43 0 E DE 5C 2D
Octal 11 110 333 140 103 0 16 336 134 55
Binary 1001 1001000 11011011 1100000 1000011 0 1110 11011110 1011100 101101

Color Harmonies of #0948DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0948DB

Black with #0948DB

Text Example


Text Example

White with #0948DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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