Html Css Color HEX #0954DB Navy Blue

📋 copy color: '#0954DB'

red 9 ◦ green 84 ◦ blue 219

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

Shades of Navy Blue #0954DB

Tints of Navy Blue #0954DB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.92%

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

R = 2.88%
G = 26.92%
B = 70.19%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0954DB (or 0x0954DB) is known color: Navy Blue. HEX triplet: 09, 54 and DB. RGB value is (9,84,219). Sum of RGB (Red+Green+Blue) = 9+84+219=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #0954DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0954DB is #F6AB24. Grayscale: #4C4C4C. Windows color (decimal): -16165669 or 14373897. OLE color: 14373897.

HSL color Cylindrical-coordinate representation of color #0954DB: hue angle of 218.57º 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 #0954DB is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 84 219 -
CMYK 0.96 0.62 0 0.14
HSL 218.57º 0.92% 0.45% -
HSV(B) 218.57º 0.96% 0.86% -
XYZ 16.07 11.51 68.39 -
YUV 76.97 208.15 79.52 -
System Red Green Blue C M Y K H S L
Decimal 9 84 219 0.96 0.62 0 0.14 218.57 0.92 0.45
Hex 9 54 DB 60 3E 0 E DB 5C 2D
Octal 11 124 333 140 76 0 16 333 134 55
Binary 1001 1010100 11011011 1100000 111110 0 1110 11011011 1011100 101101

Color Harmonies of #0954DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0954DB

Black with #0954DB

Text Example


Text Example

White with #0954DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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