Html Css Color HEX #0951EC Navy Blue

📋 copy color: '#0951EC'

red 9 ◦ green 81 ◦ blue 236

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

Shades of Navy Blue #0951EC

Tints of Navy Blue #0951EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 72.39%

R = 2.76%
G = 24.85%
B = 72.39%

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

#0951EC (or 0x0951EC) is known color: Navy Blue. HEX triplet: 09, 51 and EC. RGB value is (9,81,236). Sum of RGB (Red+Green+Blue) = 9+81+236=326 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.76% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 236 (92.58% from 255 or 72.39% from 326); Max value from RGB is 236 - color contains mainly: blue. Hex color #0951EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0951EC is #F6AE13. Grayscale: #4C4C4C. Windows color (decimal): -16166420 or 15487241. OLE color: 15487241.

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

Color convert

RGB 9 81 236 -
CMYK 0.96 0.66 0 0.07
HSL 220.97º 0.93% 0.48% -
HSV(B) 220.97º 0.96% 0.93% -
XYZ 18.2 12 80.71 -
YUV 77.14 217.65 79.4 -
System Red Green Blue C M Y K H S L
Decimal 9 81 236 0.96 0.66 0 0.07 220.97 0.93 0.48
Hex 9 51 EC 60 42 0 7 DD 5D 30
Octal 11 121 354 140 102 0 7 335 135 60
Binary 1001 1010001 11101100 1100000 1000010 0 111 11011101 1011101 110000

Color Harmonies of #0951EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0951EC

Black with #0951EC

Text Example


Text Example

White with #0951EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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