Html Css Color HEX #1258BA Denim

📋 copy color: '#1258BA'

red 18 ◦ green 88 ◦ blue 186

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

Shades of Denim #1258BA

Tints of Denim #1258BA

RGB

 RED value IS 18 (7.42% from 255) = 6.16%

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

 BLUE value IS 186 (73.05% from 255) = 63.7%

R = 6.16%
G = 30.14%
B = 63.7%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1258BA (or 0x1258BA) is known color: Denim. HEX triplet: 12, 58 and BA. RGB value is (18,88,186). Sum of RGB (Red+Green+Blue) = 18+88+186=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #1258BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1258BA is #EDA745. Grayscale: #4D4D4D. Windows color (decimal): -15574854 or 12212242. OLE color: 12212242.

HSL color Cylindrical-coordinate representation of color #1258BA: hue angle of 215º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1258BA is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 88 186 -
CMYK 0.90 0.53 0 0.27
HSL 215º 0.82% 0.4% -
HSV(B) 215º 0.9% 0.73% -
XYZ 12.6 10.65 47.85 -
YUV 78.24 188.81 85.03 -
System Red Green Blue C M Y K H S L
Decimal 18 88 186 0.90 0.53 0 0.27 215 0.82 0.4
Hex 12 58 BA 5A 35 0 1B D7 52 28
Octal 22 130 272 132 65 0 33 327 122 50
Binary 10010 1011000 10111010 1011010 110101 0 11011 11010111 1010010 101000

Color Harmonies of #1258BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1258BA

Black with #1258BA

Text Example


Text Example

White with #1258BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1258BA; }

 p { color: rgb(18,88,186); }

 H1.HeaderClassName
 {
   color: #1258BA;
 }
 .AnyTagClassName
 {
   color: #1258BA;
 }
</style>

background-color css

<style>
 a { background-color: #1258BA; }

 a { background-color: rgb(18,88,186); }

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

border-color css

<style>
 span { border-color: #1258BA; }

 span { border-color: rgb(18,88,186); }

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