Html Css Color HEX #1258BE Denim

📋 copy color: '#1258BE'

red 18 ◦ green 88 ◦ blue 190

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

Shades of Denim #1258BE

Tints of Denim #1258BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 6.08%
G = 29.73%
B = 64.19%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1258BE (or 0x1258BE) is known color: Denim. HEX triplet: 12, 58 and BE. RGB value is (18,88,190). Sum of RGB (Red+Green+Blue) = 18+88+190=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #1258BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1258BE is #EDA741. Grayscale: #4E4E4E. Windows color (decimal): -15574850 or 12474386. OLE color: 12474386.

HSL color Cylindrical-coordinate representation of color #1258BE: hue angle of 215.58º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1258BE is Cyan = 0.91, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 88 190 -
CMYK 0.91 0.54 0 0.25
HSL 215.58º 0.83% 0.41% -
HSV(B) 215.58º 0.91% 0.75% -
XYZ 13.03 10.83 50.12 -
YUV 78.7 190.81 84.71 -
System Red Green Blue C M Y K H S L
Decimal 18 88 190 0.91 0.54 0 0.25 215.58 0.83 0.41
Hex 12 58 BE 5B 36 0 19 D8 53 29
Octal 22 130 276 133 66 0 31 330 123 51
Binary 10010 1011000 10111110 1011011 110110 0 11001 11011000 1010011 101001

Color Harmonies of #1258BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1258BE

Black with #1258BE

Text Example


Text Example

White with #1258BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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