Html Css Color HEX #0950CE Navy Blue

📋 copy color: '#0950CE'

red 9 ◦ green 80 ◦ blue 206

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

Shades of Navy Blue #0950CE

Tints of Navy Blue #0950CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 69.83%

R = 3.05%
G = 27.12%
B = 69.83%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0950CE (or 0x0950CE) is known color: Navy Blue. HEX triplet: 09, 50 and CE. RGB value is (9,80,206). Sum of RGB (Red+Green+Blue) = 9+80+206=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #0950CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950CE is #F6AF31. Grayscale: #484848. Windows color (decimal): -16166706 or 13520905. OLE color: 13520905.

HSL color Cylindrical-coordinate representation of color #0950CE: hue angle of 218.38º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0950CE is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 80 206 -
CMYK 0.96 0.61 0 0.19
HSL 218.38º 0.92% 0.42% -
HSV(B) 218.38º 0.96% 0.81% -
XYZ 14.12 10.25 59.63 -
YUV 73.14 202.98 82.25 -
System Red Green Blue C M Y K H S L
Decimal 9 80 206 0.96 0.61 0 0.19 218.38 0.92 0.42
Hex 9 50 CE 60 3D 0 13 DA 5C 2A
Octal 11 120 316 140 75 0 23 332 134 52
Binary 1001 1010000 11001110 1100000 111101 0 10011 11011010 1011100 101010

Color Harmonies of #0950CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0950CE

Black with #0950CE

Text Example


Text Example

White with #0950CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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