Html Css Color HEX #0953EF Navy Blue

📋 copy color: '#0953EF'

red 9 ◦ green 83 ◦ blue 239

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

Shades of Navy Blue #0953EF

Tints of Navy Blue #0953EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 72.21%

R = 2.72%
G = 25.08%
B = 72.21%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0953EF (or 0x0953EF) is known color: Navy Blue. HEX triplet: 09, 53 and EF. RGB value is (9,83,239). Sum of RGB (Red+Green+Blue) = 9+83+239=331 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.72% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 239 (93.75% from 255 or 72.21% from 331); Max value from RGB is 239 - color contains mainly: blue. Hex color #0953EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0953EF is #F6AC10. Grayscale: #4D4D4D. Windows color (decimal): -16165905 or 15684361. OLE color: 15684361.

HSL color Cylindrical-coordinate representation of color #0953EF: hue angle of 220.7º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0953EF is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 83 239 -
CMYK 0.96 0.65 0 0.06
HSL 220.7º 0.93% 0.49% -
HSV(B) 220.7º 0.96% 0.94% -
XYZ 18.79 12.48 83.08 -
YUV 78.66 218.48 78.32 -
System Red Green Blue C M Y K H S L
Decimal 9 83 239 0.96 0.65 0 0.06 220.7 0.93 0.49
Hex 9 53 EF 60 41 0 6 DD 5D 31
Octal 11 123 357 140 101 0 6 335 135 61
Binary 1001 1010011 11101111 1100000 1000001 0 110 11011101 1011101 110001

Color Harmonies of #0953EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0953EF

Black with #0953EF

Text Example


Text Example

White with #0953EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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