Html Css Color HEX #0950EC Navy Blue

📋 copy color: '#0950EC'

red 9 ◦ green 80 ◦ blue 236

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

Shades of Navy Blue #0950EC

Tints of Navy Blue #0950EC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

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

R = 2.77%
G = 24.62%
B = 72.62%

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

#0950EC (or 0x0950EC) is known color: Navy Blue. HEX triplet: 09, 50 and EC. RGB value is (9,80,236). Sum of RGB (Red+Green+Blue) = 9+80+236=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #0950EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0950EC is #F6AF13. Grayscale: #4B4B4B. Windows color (decimal): -16166676 or 15486985. OLE color: 15486985.

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

Color convert

RGB 9 80 236 -
CMYK 0.96 0.66 0 0.07
HSL 221.23º 0.93% 0.48% -
HSV(B) 221.23º 0.96% 0.93% -
XYZ 18.12 11.85 80.69 -
YUV 76.56 217.98 79.82 -
System Red Green Blue C M Y K H S L
Decimal 9 80 236 0.96 0.66 0 0.07 221.23 0.93 0.48
Hex 9 50 EC 60 42 0 7 DD 5D 30
Octal 11 120 354 140 102 0 7 335 135 60
Binary 1001 1010000 11101100 1100000 1000010 0 111 11011101 1011101 110000

Color Harmonies of #0950EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0950EC

Black with #0950EC

Text Example


Text Example

White with #0950EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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