Html Css Color HEX #0952CB Denim

📋 copy color: '#0952CB'

red 9 ◦ green 82 ◦ blue 203

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

Shades of Denim #0952CB

Tints of Denim #0952CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 69.05%

R = 3.06%
G = 27.89%
B = 69.05%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0952CB (or 0x0952CB) is known color: Denim. HEX triplet: 09, 52 and CB. RGB value is (9,82,203). Sum of RGB (Red+Green+Blue) = 9+82+203=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #0952CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952CB is #F6AD34. Grayscale: #494949. Windows color (decimal): -16166197 or 13324809. OLE color: 13324809.

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

Color convert

RGB 9 82 203 -
CMYK 0.96 0.60 0 0.20
HSL 217.42º 0.92% 0.42% -
HSV(B) 217.42º 0.96% 0.8% -
XYZ 13.91 10.4 57.78 -
YUV 73.97 200.82 81.66 -
System Red Green Blue C M Y K H S L
Decimal 9 82 203 0.96 0.60 0 0.20 217.42 0.92 0.42
Hex 9 52 CB 60 3C 0 14 D9 5C 2A
Octal 11 122 313 140 74 0 24 331 134 52
Binary 1001 1010010 11001011 1100000 111100 0 10100 11011001 1011100 101010

Color Harmonies of #0952CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952CB

Black with #0952CB

Text Example


Text Example

White with #0952CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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