Html Css Color HEX #0951ED Navy Blue

📋 copy color: '#0951ED'

red 9 ◦ green 81 ◦ blue 237

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

Shades of Navy Blue #0951ED

Tints of Navy Blue #0951ED

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

 BLUE value IS 237 (92.97% from 255) = 72.48%

R = 2.75%
G = 24.77%
B = 72.48%

CMYK

 C value IS 0.96

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0951ED (or 0x0951ED) is known color: Navy Blue. HEX triplet: 09, 51 and ED. RGB value is (9,81,237). Sum of RGB (Red+Green+Blue) = 9+81+237=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 237 (92.97% from 255 or 72.48% from 327); Max value from RGB is 237 - color contains mainly: blue. Hex color #0951ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0951ED is #F6AE12. Grayscale: #4C4C4C. Windows color (decimal): -16166419 or 15552777. OLE color: 15552777.

HSL color Cylindrical-coordinate representation of color #0951ED: hue angle of 221.05º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0951ED is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 81 237 -
CMYK 0.96 0.66 0 0.07
HSL 221.05º 0.93% 0.48% -
HSV(B) 221.05º 0.96% 0.93% -
XYZ 18.34 12.06 81.48 -
YUV 77.26 218.15 79.32 -
System Red Green Blue C M Y K H S L
Decimal 9 81 237 0.96 0.66 0 0.07 221.05 0.93 0.48
Hex 9 51 ED 60 42 0 7 DD 5D 30
Octal 11 121 355 140 102 0 7 335 135 60
Binary 1001 1010001 11101101 1100000 1000010 0 111 11011101 1011101 110000

Color Harmonies of #0951ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0951ED

Black with #0951ED

Text Example


Text Example

White with #0951ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0951ED; }

 p { color: rgb(9,81,237); }

 H1.HeaderClassName
 {
   color: #0951ED;
 }
 .AnyTagClassName
 {
   color: #0951ED;
 }
</style>

background-color css

<style>
 a { background-color: #0951ED; }

 a { background-color: rgb(9,81,237); }

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

border-color css

<style>
 span { border-color: #0951ED; }

 span { border-color: rgb(9,81,237); }

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