Html Css Color HEX #1258CF Denim

📋 copy color: '#1258CF'

red 18 ◦ green 88 ◦ blue 207

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

Shades of Denim #1258CF

Tints of Denim #1258CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.13%

R = 5.75%
G = 28.12%
B = 66.13%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1258CF (or 0x1258CF) is known color: Denim. HEX triplet: 12, 58 and CF. RGB value is (18,88,207). Sum of RGB (Red+Green+Blue) = 18+88+207=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 207 (81.25% from 255 or 66.13% from 313); Max value from RGB is 207 - color contains mainly: blue. Hex color #1258CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1258CF is #EDA730. Grayscale: #505050. Windows color (decimal): -15574833 or 13588498. OLE color: 13588498.

HSL color Cylindrical-coordinate representation of color #1258CF: hue angle of 217.78º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1258CF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 88 207 -
CMYK 0.91 0.57 0 0.19
HSL 217.78º 0.84% 0.44% -
HSV(B) 217.78º 0.91% 0.81% -
XYZ 15 11.61 60.48 -
YUV 80.64 199.31 83.32 -
System Red Green Blue C M Y K H S L
Decimal 18 88 207 0.91 0.57 0 0.19 217.78 0.84 0.44
Hex 12 58 CF 5B 39 0 13 DA 54 2C
Octal 22 130 317 133 71 0 23 332 124 54
Binary 10010 1011000 11001111 1011011 111001 0 10011 11011010 1010100 101100

Color Harmonies of #1258CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1258CF

Black with #1258CF

Text Example


Text Example

White with #1258CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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