Html Css Color HEX #0952CE Navy Blue

📋 copy color: '#0952CE'

red 9 ◦ green 82 ◦ blue 206

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

Shades of Navy Blue #0952CE

Tints of Navy Blue #0952CE

RGB

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

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

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

R = 3.03%
G = 27.61%
B = 69.36%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0952CE (or 0x0952CE) is known color: Navy Blue. HEX triplet: 09, 52 and CE. RGB value is (9,82,206). Sum of RGB (Red+Green+Blue) = 9+82+206=297 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.03% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #0952CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952CE is #F6AD31. Grayscale: #494949. Windows color (decimal): -16166194 or 13521417. OLE color: 13521417.

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

Color convert

RGB 9 82 206 -
CMYK 0.96 0.60 0 0.19
HSL 217.77º 0.92% 0.42% -
HSV(B) 217.77º 0.96% 0.81% -
XYZ 14.27 10.55 59.68 -
YUV 74.31 202.32 81.42 -
System Red Green Blue C M Y K H S L
Decimal 9 82 206 0.96 0.60 0 0.19 217.77 0.92 0.42
Hex 9 52 CE 60 3C 0 13 DA 5C 2A
Octal 11 122 316 140 74 0 23 332 134 52
Binary 1001 1010010 11001110 1100000 111100 0 10011 11011010 1011100 101010

Color Harmonies of #0952CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952CE

Black with #0952CE

Text Example


Text Example

White with #0952CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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