Html Css Color HEX #0952BF Denim

📋 copy color: '#0952BF'

red 9 ◦ green 82 ◦ blue 191

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

Shades of Denim #0952BF

Tints of Denim #0952BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 67.73%

R = 3.19%
G = 29.08%
B = 67.73%

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

#0952BF (or 0x0952BF) is known color: Denim. HEX triplet: 09, 52 and BF. RGB value is (9,82,191). Sum of RGB (Red+Green+Blue) = 9+82+191=282 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.19% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 191 (75% from 255 or 67.73% from 282); Max value from RGB is 191 - color contains mainly: blue. Hex color #0952BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952BF is #F6AD40. Grayscale: #484848. Windows color (decimal): -16166209 or 12538377. OLE color: 12538377.

HSL color Cylindrical-coordinate representation of color #0952BF: hue angle of 215.93º 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 #0952BF is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 82 191 -
CMYK 0.95 0.57 0 0.25
HSL 215.93º 0.91% 0.39% -
HSV(B) 215.93º 0.95% 0.75% -
XYZ 12.53 9.85 50.53 -
YUV 72.6 194.82 82.64 -
System Red Green Blue C M Y K H S L
Decimal 9 82 191 0.95 0.57 0 0.25 215.93 0.91 0.39
Hex 9 52 BF 5F 39 0 19 D8 5B 27
Octal 11 122 277 137 71 0 31 330 133 47
Binary 1001 1010010 10111111 1011111 111001 0 11001 11011000 1011011 100111

Color Harmonies of #0952BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952BF

Black with #0952BF

Text Example


Text Example

White with #0952BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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