Html Css Color HEX #0952BE Denim

📋 copy color: '#0952BE'

red 9 ◦ green 82 ◦ blue 190

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

Shades of Denim #0952BE

Tints of Denim #0952BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 67.62%

R = 3.2%
G = 29.18%
B = 67.62%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0952BE (or 0x0952BE) is known color: Denim. HEX triplet: 09, 52 and BE. RGB value is (9,82,190). Sum of RGB (Red+Green+Blue) = 9+82+190=281 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.20% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 190 (74.61% from 255 or 67.62% from 281); Max value from RGB is 190 - color contains mainly: blue. Hex color #0952BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952BE is #F6AD41. Grayscale: #474747. Windows color (decimal): -16166210 or 12472841. OLE color: 12472841.

HSL color Cylindrical-coordinate representation of color #0952BE: hue angle of 215.8º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0952BE is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 82 190 -
CMYK 0.95 0.57 0 0.25
HSL 215.8º 0.91% 0.39% -
HSV(B) 215.8º 0.95% 0.75% -
XYZ 12.42 9.81 49.95 -
YUV 72.49 194.32 82.72 -
System Red Green Blue C M Y K H S L
Decimal 9 82 190 0.95 0.57 0 0.25 215.8 0.91 0.39
Hex 9 52 BE 5F 39 0 19 D8 5B 27
Octal 11 122 276 137 71 0 31 330 133 47
Binary 1001 1010010 10111110 1011111 111001 0 11001 11011000 1011011 100111

Color Harmonies of #0952BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952BE

Black with #0952BE

Text Example


Text Example

White with #0952BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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