Html Css Color HEX #0953CA Denim

📋 copy color: '#0953CA'

red 9 ◦ green 83 ◦ blue 202

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

Shades of Denim #0953CA

Tints of Denim #0953CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 3.06%
G = 28.23%
B = 68.71%

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

#0953CA (or 0x0953CA) is known color: Denim. HEX triplet: 09, 53 and CA. RGB value is (9,83,202). Sum of RGB (Red+Green+Blue) = 9+83+202=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #0953CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0953CA is #F6AC35. Grayscale: #494949. Windows color (decimal): -16165942 or 13259529. OLE color: 13259529.

HSL color Cylindrical-coordinate representation of color #0953CA: hue angle of 216.99º 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 #0953CA is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 83 202 -
CMYK 0.96 0.59 0 0.21
HSL 216.99º 0.91% 0.41% -
HSV(B) 216.99º 0.96% 0.79% -
XYZ 13.87 10.51 57.17 -
YUV 74.44 199.98 81.32 -
System Red Green Blue C M Y K H S L
Decimal 9 83 202 0.96 0.59 0 0.21 216.99 0.91 0.41
Hex 9 53 CA 60 3B 0 15 D9 5B 29
Octal 11 123 312 140 73 0 25 331 133 51
Binary 1001 1010011 11001010 1100000 111011 0 10101 11011001 1011011 101001

Color Harmonies of #0953CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0953CA

Black with #0953CA

Text Example


Text Example

White with #0953CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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