Html Css Color HEX #1058BB Denim

📋 copy color: '#1058BB'

red 16 ◦ green 88 ◦ blue 187

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

Shades of Denim #1058BB

Tints of Denim #1058BB

RGB

 RED value IS 16 (6.64% from 255) = 5.5%

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

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

R = 5.5%
G = 30.24%
B = 64.26%

CMYK

 C value IS 0.91

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1058BB (or 0x1058BB) is known color: Denim. HEX triplet: 10, 58 and BB. RGB value is (16,88,187). Sum of RGB (Red+Green+Blue) = 16+88+187=291 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.50% from 291); Green value is 88 (34.77% from 255 or 30.24% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #1058BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1058BB is #EFA744. Grayscale: #4D4D4D. Windows color (decimal): -15705925 or 12277776. OLE color: 12277776.

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

Color convert

RGB 16 88 187 -
CMYK 0.91 0.53 0 0.27
HSL 214.74º 0.84% 0.4% -
HSV(B) 214.74º 0.91% 0.73% -
XYZ 12.67 10.68 48.41 -
YUV 77.76 189.65 83.95 -
System Red Green Blue C M Y K H S L
Decimal 16 88 187 0.91 0.53 0 0.27 214.74 0.84 0.4
Hex 10 58 BB 5B 35 0 1B D7 54 28
Octal 20 130 273 133 65 0 33 327 124 50
Binary 10000 1011000 10111011 1011011 110101 0 11011 11010111 1010100 101000

Color Harmonies of #1058BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1058BB

Black with #1058BB

Text Example


Text Example

White with #1058BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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