Html Css Color HEX #0953DB Navy Blue

📋 copy color: '#0953DB'

red 9 ◦ green 83 ◦ blue 219

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

Shades of Navy Blue #0953DB

Tints of Navy Blue #0953DB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.69%

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

R = 2.89%
G = 26.69%
B = 70.42%

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

#0953DB (or 0x0953DB) is known color: Navy Blue. HEX triplet: 09, 53 and DB. RGB value is (9,83,219). Sum of RGB (Red+Green+Blue) = 9+83+219=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #0953DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0953DB is #F6AC24. Grayscale: #4B4B4B. Windows color (decimal): -16165925 or 14373641. OLE color: 14373641.

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

Color convert

RGB 9 83 219 -
CMYK 0.96 0.62 0 0.14
HSL 218.86º 0.92% 0.45% -
HSV(B) 218.86º 0.96% 0.86% -
XYZ 15.99 11.36 68.37 -
YUV 76.38 208.48 79.94 -
System Red Green Blue C M Y K H S L
Decimal 9 83 219 0.96 0.62 0 0.14 218.86 0.92 0.45
Hex 9 53 DB 60 3E 0 E DB 5C 2D
Octal 11 123 333 140 76 0 16 333 134 55
Binary 1001 1010011 11011011 1100000 111110 0 1110 11011011 1011100 101101

Color Harmonies of #0953DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0953DB

Black with #0953DB

Text Example


Text Example

White with #0953DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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