Html Css Color HEX #0957BC Denim

📋 copy color: '#0957BC'

red 9 ◦ green 87 ◦ blue 188

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

Shades of Denim #0957BC

Tints of Denim #0957BC

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.63%

 BLUE value IS 188 (73.83% from 255) = 66.2%

R = 3.17%
G = 30.63%
B = 66.2%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0957BC (or 0x0957BC) is known color: Denim. HEX triplet: 09, 57 and BC. RGB value is (9,87,188). Sum of RGB (Red+Green+Blue) = 9+87+188=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 188 (73.83% from 255 or 66.20% from 284); Max value from RGB is 188 - color contains mainly: blue. Hex color #0957BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0957BC is #F6A843. Grayscale: #4A4A4A. Windows color (decimal): -16164932 or 12343049. OLE color: 12343049.

HSL color Cylindrical-coordinate representation of color #0957BC: hue angle of 213.85º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0957BC is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 87 188 -
CMYK 0.95 0.54 0 0.26
HSL 213.85º 0.91% 0.39% -
HSV(B) 213.85º 0.95% 0.74% -
XYZ 12.6 10.51 48.94 -
YUV 75.19 191.66 80.79 -
System Red Green Blue C M Y K H S L
Decimal 9 87 188 0.95 0.54 0 0.26 213.85 0.91 0.39
Hex 9 57 BC 5F 36 0 1A D6 5B 27
Octal 11 127 274 137 66 0 32 326 133 47
Binary 1001 1010111 10111100 1011111 110110 0 11010 11010110 1011011 100111

Color Harmonies of #0957BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0957BC

Black with #0957BC

Text Example


Text Example

White with #0957BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0957BC; }

 p { color: rgb(9,87,188); }

 H1.HeaderClassName
 {
   color: #0957BC;
 }
 .AnyTagClassName
 {
   color: #0957BC;
 }
</style>

background-color css

<style>
 a { background-color: #0957BC; }

 a { background-color: rgb(9,87,188); }

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

border-color css

<style>
 span { border-color: #0957BC; }

 span { border-color: rgb(9,87,188); }

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