Html Css Color HEX #0951CE Navy Blue

📋 copy color: '#0951CE'

red 9 ◦ green 81 ◦ blue 206

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

Shades of Navy Blue #0951CE

Tints of Navy Blue #0951CE

RGB

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

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

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

R = 3.04%
G = 27.36%
B = 69.59%

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

#0951CE (or 0x0951CE) is known color: Navy Blue. HEX triplet: 09, 51 and CE. RGB value is (9,81,206). Sum of RGB (Red+Green+Blue) = 9+81+206=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #0951CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0951CE is #F6AE31. Grayscale: #494949. Windows color (decimal): -16166450 or 13521161. OLE color: 13521161.

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

Color convert

RGB 9 81 206 -
CMYK 0.96 0.61 0 0.19
HSL 218.07º 0.92% 0.42% -
HSV(B) 218.07º 0.96% 0.81% -
XYZ 14.2 10.4 59.65 -
YUV 73.72 202.65 81.84 -
System Red Green Blue C M Y K H S L
Decimal 9 81 206 0.96 0.61 0 0.19 218.07 0.92 0.42
Hex 9 51 CE 60 3D 0 13 DA 5C 2A
Octal 11 121 316 140 75 0 23 332 134 52
Binary 1001 1010001 11001110 1100000 111101 0 10011 11011010 1011100 101010

Color Harmonies of #0951CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0951CE

Black with #0951CE

Text Example


Text Example

White with #0951CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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