Html Css Color HEX #0955CA Denim

📋 copy color: '#0955CA'

red 9 ◦ green 85 ◦ blue 202

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

Shades of Denim #0955CA

Tints of Denim #0955CA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.72%

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

R = 3.04%
G = 28.72%
B = 68.24%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0955CA (or 0x0955CA) is known color: Denim. HEX triplet: 09, 55 and CA. RGB value is (9,85,202). Sum of RGB (Red+Green+Blue) = 9+85+202=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #0955CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0955CA is #F6AA35. Grayscale: #4B4B4B. Windows color (decimal): -16165430 or 13260041. OLE color: 13260041.

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

Color convert

RGB 9 85 202 -
CMYK 0.96 0.58 0 0.21
HSL 216.37º 0.91% 0.41% -
HSV(B) 216.37º 0.96% 0.79% -
XYZ 14.02 10.82 57.23 -
YUV 75.61 199.32 80.49 -
System Red Green Blue C M Y K H S L
Decimal 9 85 202 0.96 0.58 0 0.21 216.37 0.91 0.41
Hex 9 55 CA 60 3A 0 15 D8 5B 29
Octal 11 125 312 140 72 0 25 330 133 51
Binary 1001 1010101 11001010 1100000 111010 0 10101 11011000 1011011 101001

Color Harmonies of #0955CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0955CA

Black with #0955CA

Text Example


Text Example

White with #0955CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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