Html Css Color HEX #0951DE Navy Blue

📋 copy color: '#0951DE'

red 9 ◦ green 81 ◦ blue 222

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

Shades of Navy Blue #0951DE

Tints of Navy Blue #0951DE

RGB

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

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

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

R = 2.88%
G = 25.96%
B = 71.15%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0951DE (or 0x0951DE) is known color: Navy Blue. HEX triplet: 09, 51 and DE. RGB value is (9,81,222). Sum of RGB (Red+Green+Blue) = 9+81+222=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 222 (87.11% from 255 or 71.15% from 312); Max value from RGB is 222 - color contains mainly: blue. Hex color #0951DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0951DE is #F6AE21. Grayscale: #4A4A4A. Windows color (decimal): -16166434 or 14569737. OLE color: 14569737.

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

Color convert

RGB 9 81 222 -
CMYK 0.96 0.64 0 0.13
HSL 219.72º 0.92% 0.45% -
HSV(B) 219.72º 0.96% 0.87% -
XYZ 16.24 11.22 70.42 -
YUV 75.55 210.65 80.54 -
System Red Green Blue C M Y K H S L
Decimal 9 81 222 0.96 0.64 0 0.13 219.72 0.92 0.45
Hex 9 51 DE 60 40 0 D DC 5C 2D
Octal 11 121 336 140 100 0 15 334 134 55
Binary 1001 1010001 11011110 1100000 1000000 0 1101 11011100 1011100 101101

Color Harmonies of #0951DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0951DE

Black with #0951DE

Text Example


Text Example

White with #0951DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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