Html Css Color HEX #0953DE Navy Blue

📋 copy color: '#0953DE'

red 9 ◦ green 83 ◦ blue 222

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

Shades of Navy Blue #0953DE

Tints of Navy Blue #0953DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.7%

R = 2.87%
G = 26.43%
B = 70.7%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0953DE (or 0x0953DE) is known color: Navy Blue. HEX triplet: 09, 53 and DE. RGB value is (9,83,222). Sum of RGB (Red+Green+Blue) = 9+83+222=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 222 (87.11% from 255 or 70.70% from 314); Max value from RGB is 222 - color contains mainly: blue. Hex color #0953DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0953DE is #F6AC21. Grayscale: #4C4C4C. Windows color (decimal): -16165922 or 14570249. OLE color: 14570249.

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

Color convert

RGB 9 83 222 -
CMYK 0.96 0.63 0 0.13
HSL 219.15º 0.92% 0.45% -
HSV(B) 219.15º 0.96% 0.87% -
XYZ 16.39 11.52 70.47 -
YUV 76.72 209.98 79.7 -
System Red Green Blue C M Y K H S L
Decimal 9 83 222 0.96 0.63 0 0.13 219.15 0.92 0.45
Hex 9 53 DE 60 3F 0 D DB 5C 2D
Octal 11 123 336 140 77 0 15 333 134 55
Binary 1001 1010011 11011110 1100000 111111 0 1101 11011011 1011100 101101

Color Harmonies of #0953DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0953DE

Black with #0953DE

Text Example


Text Example

White with #0953DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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