Html Css Color HEX #0960CE Navy Blue

📋 copy color: '#0960CE'

red 9 ◦ green 96 ◦ blue 206

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

Shades of Navy Blue #0960CE

Tints of Navy Blue #0960CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.87%

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

R = 2.89%
G = 30.87%
B = 66.24%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0960CE (or 0x0960CE) is known color: Navy Blue. HEX triplet: 09, 60 and CE. RGB value is (9,96,206). Sum of RGB (Red+Green+Blue) = 9+96+206=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 206 (80.86% from 255 or 66.24% from 311); Max value from RGB is 206 - color contains mainly: blue. Hex color #0960CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0960CE is #F69F31. Grayscale: #525252. Windows color (decimal): -16162610 or 13525001. OLE color: 13525001.

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

Color convert

RGB 9 96 206 -
CMYK 0.96 0.53 0 0.19
HSL 213.5º 0.92% 0.42% -
HSV(B) 213.5º 0.96% 0.81% -
XYZ 15.44 12.88 60.07 -
YUV 82.53 197.68 75.56 -
System Red Green Blue C M Y K H S L
Decimal 9 96 206 0.96 0.53 0 0.19 213.5 0.92 0.42
Hex 9 60 CE 60 35 0 13 D6 5C 2A
Octal 11 140 316 140 65 0 23 326 134 52
Binary 1001 1100000 11001110 1100000 110101 0 10011 11010110 1011100 101010

Color Harmonies of #0960CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0960CE

Black with #0960CE

Text Example


Text Example

White with #0960CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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