Html Css Color HEX #0962CD Navy Blue

📋 copy color: '#0962CD'

red 9 ◦ green 98 ◦ blue 205

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

Shades of Navy Blue #0962CD

Tints of Navy Blue #0962CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.71%

R = 2.88%
G = 31.41%
B = 65.71%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0962CD (or 0x0962CD) is known color: Navy Blue. HEX triplet: 09, 62 and CD. RGB value is (9,98,205). Sum of RGB (Red+Green+Blue) = 9+98+205=312 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #0962CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0962CD is #F69D32. Grayscale: #535353. Windows color (decimal): -16162099 or 13459977. OLE color: 13459977.

HSL color Cylindrical-coordinate representation of color #0962CD: hue angle of 212.76º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0962CD is Cyan = 0.96, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 98 205 -
CMYK 0.96 0.52 0 0.20
HSL 212.76º 0.92% 0.42% -
HSV(B) 212.76º 0.96% 0.8% -
XYZ 15.5 13.2 59.49 -
YUV 83.59 196.51 74.8 -
System Red Green Blue C M Y K H S L
Decimal 9 98 205 0.96 0.52 0 0.20 212.76 0.92 0.42
Hex 9 62 CD 60 34 0 14 D5 5C 2A
Octal 11 142 315 140 64 0 24 325 134 52
Binary 1001 1100010 11001101 1100000 110100 0 10100 11010101 1011100 101010

Color Harmonies of #0962CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0962CD

Black with #0962CD

Text Example


Text Example

White with #0962CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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