Html Css Color HEX #0952D6 Navy Blue

📋 copy color: '#0952D6'

red 9 ◦ green 82 ◦ blue 214

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

Shades of Navy Blue #0952D6

Tints of Navy Blue #0952D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 70.16%

R = 2.95%
G = 26.89%
B = 70.16%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#0952D6 (or 0x0952D6) is known color: Navy Blue. HEX triplet: 09, 52 and D6. RGB value is (9,82,214). Sum of RGB (Red+Green+Blue) = 9+82+214=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 214 (83.98% from 255 or 70.16% from 305); Max value from RGB is 214 - color contains mainly: blue. Hex color #0952D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952D6 is #F6AD29. Grayscale: #4A4A4A. Windows color (decimal): -16166186 or 14045705. OLE color: 14045705.

HSL color Cylindrical-coordinate representation of color #0952D6: hue angle of 218.63º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952D6 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 82 214 -
CMYK 0.96 0.62 0 0.16
HSL 218.63º 0.92% 0.44% -
HSV(B) 218.63º 0.96% 0.84% -
XYZ 15.27 10.95 64.93 -
YUV 75.22 206.32 80.77 -
System Red Green Blue C M Y K H S L
Decimal 9 82 214 0.96 0.62 0 0.16 218.63 0.92 0.44
Hex 9 52 D6 60 3E 0 10 DB 5C 2C
Octal 11 122 326 140 76 0 20 333 134 54
Binary 1001 1010010 11010110 1100000 111110 0 10000 11011011 1011100 101100

Color Harmonies of #0952D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952D6

Black with #0952D6

Text Example


Text Example

White with #0952D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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