Html Css Color HEX #0952CA Denim

📋 copy color: '#0952CA'

red 9 ◦ green 82 ◦ blue 202

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

Shades of Denim #0952CA

Tints of Denim #0952CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.94%

R = 3.07%
G = 27.99%
B = 68.94%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0952CA (or 0x0952CA) is known color: Denim. HEX triplet: 09, 52 and CA. RGB value is (9,82,202). Sum of RGB (Red+Green+Blue) = 9+82+202=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #0952CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952CA is #F6AD35. Grayscale: #494949. Windows color (decimal): -16166198 or 13259273. OLE color: 13259273.

HSL color Cylindrical-coordinate representation of color #0952CA: hue angle of 217.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952CA is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 82 202 -
CMYK 0.96 0.59 0 0.21
HSL 217.31º 0.91% 0.41% -
HSV(B) 217.31º 0.96% 0.79% -
XYZ 13.79 10.36 57.15 -
YUV 73.85 200.32 81.74 -
System Red Green Blue C M Y K H S L
Decimal 9 82 202 0.96 0.59 0 0.21 217.31 0.91 0.41
Hex 9 52 CA 60 3B 0 15 D9 5B 29
Octal 11 122 312 140 73 0 25 331 133 51
Binary 1001 1010010 11001010 1100000 111011 0 10101 11011001 1011011 101001

Color Harmonies of #0952CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952CA

Black with #0952CA

Text Example


Text Example

White with #0952CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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