Html Css Color HEX #0954BB Denim

📋 copy color: '#0954BB'

red 9 ◦ green 84 ◦ blue 187

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

Shades of Denim #0954BB

Tints of Denim #0954BB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30%

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

R = 3.21%
G = 30%
B = 66.79%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0954BB (or 0x0954BB) is known color: Denim. HEX triplet: 09, 54 and BB. RGB value is (9,84,187). Sum of RGB (Red+Green+Blue) = 9+84+187=280 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.21% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 187 (73.44% from 255 or 66.79% from 280); Max value from RGB is 187 - color contains mainly: blue. Hex color #0954BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0954BB is #F6AB44. Grayscale: #484848. Windows color (decimal): -16165701 or 12276745. OLE color: 12276745.

HSL color Cylindrical-coordinate representation of color #0954BB: hue angle of 214.72º 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 #0954BB is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 84 187 -
CMYK 0.95 0.55 0 0.27
HSL 214.72º 0.91% 0.38% -
HSV(B) 214.72º 0.95% 0.73% -
XYZ 12.25 9.99 48.3 -
YUV 73.32 192.15 82.12 -
System Red Green Blue C M Y K H S L
Decimal 9 84 187 0.95 0.55 0 0.27 214.72 0.91 0.38
Hex 9 54 BB 5F 37 0 1B D7 5B 26
Octal 11 124 273 137 67 0 33 327 133 46
Binary 1001 1010100 10111011 1011111 110111 0 11011 11010111 1011011 100110

Color Harmonies of #0954BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0954BB

Black with #0954BB

Text Example


Text Example

White with #0954BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0954BB; }

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

 H1.HeaderClassName
 {
   color: #0954BB;
 }
 .AnyTagClassName
 {
   color: #0954BB;
 }
</style>

background-color css

<style>
 a { background-color: #0954BB; }

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

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

border-color css

<style>
 span { border-color: #0954BB; }

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

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