Html Css Color HEX #0952DC Navy Blue

📋 copy color: '#0952DC'

red 9 ◦ green 82 ◦ blue 220

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

Shades of Navy Blue #0952DC

Tints of Navy Blue #0952DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.74%

R = 2.89%
G = 26.37%
B = 70.74%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0952DC (or 0x0952DC) is known color: Navy Blue. HEX triplet: 09, 52 and DC. RGB value is (9,82,220). Sum of RGB (Red+Green+Blue) = 9+82+220=311 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.89% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #0952DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952DC is #F6AD23. Grayscale: #4B4B4B. Windows color (decimal): -16166180 or 14438921. OLE color: 14438921.

HSL color Cylindrical-coordinate representation of color #0952DC: hue angle of 219.24º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952DC is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 82 220 -
CMYK 0.96 0.63 0 0.14
HSL 219.24º 0.92% 0.45% -
HSV(B) 219.24º 0.96% 0.86% -
XYZ 16.05 11.26 69.04 -
YUV 75.91 209.32 80.28 -
System Red Green Blue C M Y K H S L
Decimal 9 82 220 0.96 0.63 0 0.14 219.24 0.92 0.45
Hex 9 52 DC 60 3F 0 E DB 5C 2D
Octal 11 122 334 140 77 0 16 333 134 55
Binary 1001 1010010 11011100 1100000 111111 0 1110 11011011 1011100 101101

Color Harmonies of #0952DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952DC

Black with #0952DC

Text Example


Text Example

White with #0952DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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