Html Css Color HEX #0962CE Navy Blue

📋 copy color: '#0962CE'

red 9 ◦ green 98 ◦ blue 206

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

Shades of Navy Blue #0962CE

Tints of Navy Blue #0962CE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.31%

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

R = 2.88%
G = 31.31%
B = 65.81%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0962CE (or 0x0962CE) is known color: Navy Blue. HEX triplet: 09, 62 and CE. RGB value is (9,98,206). Sum of RGB (Red+Green+Blue) = 9+98+206=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #0962CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0962CE is #F69D31. Grayscale: #535353. Windows color (decimal): -16162098 or 13525513. OLE color: 13525513.

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

Color convert

RGB 9 98 206 -
CMYK 0.96 0.52 0 0.19
HSL 212.89º 0.92% 0.42% -
HSV(B) 212.89º 0.96% 0.81% -
XYZ 15.62 13.25 60.13 -
YUV 83.7 197.01 74.72 -
System Red Green Blue C M Y K H S L
Decimal 9 98 206 0.96 0.52 0 0.19 212.89 0.92 0.42
Hex 9 62 CE 60 34 0 13 D5 5C 2A
Octal 11 142 316 140 64 0 23 325 134 52
Binary 1001 1100010 11001110 1100000 110100 0 10011 11010101 1011100 101010

Color Harmonies of #0962CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0962CE

Black with #0962CE

Text Example


Text Example

White with #0962CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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