Html Css Color HEX #0950CA Denim

📋 copy color: '#0950CA'

red 9 ◦ green 80 ◦ blue 202

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

Shades of Denim #0950CA

Tints of Denim #0950CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.49%

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

R = 3.09%
G = 27.49%
B = 69.42%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0950CA (or 0x0950CA) is known color: Denim. HEX triplet: 09, 50 and CA. RGB value is (9,80,202). Sum of RGB (Red+Green+Blue) = 9+80+202=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 202 (79.30% from 255 or 69.42% from 291); Max value from RGB is 202 - color contains mainly: blue. Hex color #0950CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0950CA is #F6AF35. Grayscale: #484848. Windows color (decimal): -16166710 or 13258761. OLE color: 13258761.

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

Color convert

RGB 9 80 202 -
CMYK 0.96 0.60 0 0.21
HSL 217.93º 0.91% 0.41% -
HSV(B) 217.93º 0.96% 0.79% -
XYZ 13.64 10.06 57.1 -
YUV 72.68 200.98 82.58 -
System Red Green Blue C M Y K H S L
Decimal 9 80 202 0.96 0.60 0 0.21 217.93 0.91 0.41
Hex 9 50 CA 60 3C 0 15 DA 5B 29
Octal 11 120 312 140 74 0 25 332 133 51
Binary 1001 1010000 11001010 1100000 111100 0 10101 11011010 1011011 101001

Color Harmonies of #0950CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0950CA

Black with #0950CA

Text Example


Text Example

White with #0950CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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