Html Css Color HEX #0952CD Navy Blue

📋 copy color: '#0952CD'

red 9 ◦ green 82 ◦ blue 205

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

Shades of Navy Blue #0952CD

Tints of Navy Blue #0952CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.7%

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

R = 3.04%
G = 27.7%
B = 69.26%

CMYK

 C value IS 0.96

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0952CD (or 0x0952CD) is known color: Navy Blue. HEX triplet: 09, 52 and CD. RGB value is (9,82,205). Sum of RGB (Red+Green+Blue) = 9+82+205=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 205 (80.47% from 255 or 69.26% from 296); Max value from RGB is 205 - color contains mainly: blue. Hex color #0952CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952CD is #F6AD32. Grayscale: #494949. Windows color (decimal): -16166195 or 13455881. OLE color: 13455881.

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

Color convert

RGB 9 82 205 -
CMYK 0.96 0.6 0 0.20
HSL 217.65º 0.92% 0.42% -
HSV(B) 217.65º 0.96% 0.8% -
XYZ 14.15 10.5 59.04 -
YUV 74.2 201.82 81.5 -
System Red Green Blue C M Y K H S L
Decimal 9 82 205 0.96 0.6 0 0.20 217.65 0.92 0.42
Hex 9 52 CD 60 3C 0 14 DA 5C 2A
Octal 11 122 315 140 74 0 24 332 134 52
Binary 1001 1010010 11001101 1100000 111100 0 10100 11011010 1011100 101010

Color Harmonies of #0952CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952CD

Black with #0952CD

Text Example


Text Example

White with #0952CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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