Html Css Color HEX #095BBB Denim

📋 copy color: '#095BBB'

red 9 ◦ green 91 ◦ blue 187

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

Shades of Denim #095BBB

Tints of Denim #095BBB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.71%

 BLUE value IS 187 (73.44% from 255) = 65.16%

R = 3.14%
G = 31.71%
B = 65.16%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#095BBB (or 0x095BBB) is known color: Denim. HEX triplet: 09, 5B and BB. RGB value is (9,91,187). Sum of RGB (Red+Green+Blue) = 9+91+187=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #095BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BBB is #F6A444. Grayscale: #4C4C4C. Windows color (decimal): -16163909 or 12278537. OLE color: 12278537.

HSL color Cylindrical-coordinate representation of color #095BBB: hue angle of 212.36º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095BBB is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 91 187 -
CMYK 0.95 0.51 0 0.27
HSL 212.36º 0.91% 0.38% -
HSV(B) 212.36º 0.95% 0.73% -
XYZ 12.82 11.13 48.49 -
YUV 77.43 189.83 79.19 -
System Red Green Blue C M Y K H S L
Decimal 9 91 187 0.95 0.51 0 0.27 212.36 0.91 0.38
Hex 9 5B BB 5F 33 0 1B D4 5B 26
Octal 11 133 273 137 63 0 33 324 133 46
Binary 1001 1011011 10111011 1011111 110011 0 11011 11010100 1011011 100110

Color Harmonies of #095BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095BBB

Black with #095BBB

Text Example


Text Example

White with #095BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095BBB; }

 p { color: rgb(9,91,187); }

 H1.HeaderClassName
 {
   color: #095BBB;
 }
 .AnyTagClassName
 {
   color: #095BBB;
 }
</style>

background-color css

<style>
 a { background-color: #095BBB; }

 a { background-color: rgb(9,91,187); }

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

border-color css

<style>
 span { border-color: #095BBB; }

 span { border-color: rgb(9,91,187); }

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