Html Css Color HEX #0158BB Denim

📋 copy color: '#0158BB'

red 1 ◦ green 88 ◦ blue 187

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

Shades of Denim #0158BB

Tints of Denim #0158BB

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

 GREEN value IS 88 (34.77% from 255) = 31.88%

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

R = 0.36%
G = 31.88%
B = 67.75%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0158BB (or 0x0158BB) is known color: Denim. HEX triplet: 01, 58 and BB. RGB value is (1,88,187). Sum of RGB (Red+Green+Blue) = 1+88+187=276 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #0158BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0158BB is #FEA744. Grayscale: #484848. Windows color (decimal): -16688965 or 12277761. OLE color: 12277761.

HSL color Cylindrical-coordinate representation of color #0158BB: hue angle of 211.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0158BB is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 88 187 -
CMYK 0.99 0.53 0 0.27
HSL 211.94º 0.99% 0.37% -
HSV(B) 211.94º 0.99% 0.73% -
XYZ 12.47 10.57 48.4 -
YUV 73.27 192.18 76.45 -
System Red Green Blue C M Y K H S L
Decimal 1 88 187 0.99 0.53 0 0.27 211.94 0.99 0.37
Hex 1 58 BB 63 35 0 1B D4 63 25
Octal 1 130 273 143 65 0 33 324 143 45
Binary 1 1011000 10111011 1100011 110101 0 11011 11010100 1100011 100101

Color Harmonies of #0158BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0158BB

Black with #0158BB

Text Example


Text Example

White with #0158BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,88,187); }

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

background-color css

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

 a { background-color: rgb(1,88,187); }

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

border-color css

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

 span { border-color: rgb(1,88,187); }

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