Html Css Color HEX #0959CD Navy Blue

📋 copy color: '#0959CD'

red 9 ◦ green 89 ◦ blue 205

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

Shades of Navy Blue #0959CD

Tints of Navy Blue #0959CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.37%

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

R = 2.97%
G = 29.37%
B = 67.66%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0959CD (or 0x0959CD) is known color: Navy Blue. HEX triplet: 09, 59 and CD. RGB value is (9,89,205). Sum of RGB (Red+Green+Blue) = 9+89+205=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 205 (80.47% from 255 or 67.66% from 303); Max value from RGB is 205 - color contains mainly: blue. Hex color #0959CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0959CD is #F6A632. Grayscale: #4D4D4D. Windows color (decimal): -16164403 or 13457673. OLE color: 13457673.

HSL color Cylindrical-coordinate representation of color #0959CD: hue angle of 215.51º 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 #0959CD is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 89 205 -
CMYK 0.96 0.57 0 0.20
HSL 215.51º 0.92% 0.42% -
HSV(B) 215.51º 0.96% 0.8% -
XYZ 14.7 11.61 59.22 -
YUV 78.3 199.5 78.57 -
System Red Green Blue C M Y K H S L
Decimal 9 89 205 0.96 0.57 0 0.20 215.51 0.92 0.42
Hex 9 59 CD 60 39 0 14 D8 5C 2A
Octal 11 131 315 140 71 0 24 330 134 52
Binary 1001 1011001 11001101 1100000 111001 0 10100 11011000 1011100 101010

Color Harmonies of #0959CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0959CD

Black with #0959CD

Text Example


Text Example

White with #0959CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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