Html Css Color HEX #1268AB Denim

📋 copy color: '#1268AB'

red 18 ◦ green 104 ◦ blue 171

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

Shades of Denim #1268AB

Tints of Denim #1268AB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.49%

 BLUE value IS 171 (67.19% from 255) = 58.36%

R = 6.14%
G = 35.49%
B = 58.36%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1268AB (or 0x1268AB) is known color: Denim. HEX triplet: 12, 68 and AB. RGB value is (18,104,171). Sum of RGB (Red+Green+Blue) = 18+104+171=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #1268AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1268AB is #ED9754. Grayscale: #555555. Windows color (decimal): -15570773 or 11233298. OLE color: 11233298.

HSL color Cylindrical-coordinate representation of color #1268AB: hue angle of 206.27º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1268AB is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 104 171 -
CMYK 0.89 0.39 0 0.33
HSL 206.27º 0.81% 0.37% -
HSV(B) 206.27º 0.89% 0.67% -
XYZ 12.55 12.97 40.37 -
YUV 85.92 176.01 79.55 -
System Red Green Blue C M Y K H S L
Decimal 18 104 171 0.89 0.39 0 0.33 206.27 0.81 0.37
Hex 12 68 AB 59 27 0 21 CE 51 25
Octal 22 150 253 131 47 0 41 316 121 45
Binary 10010 1101000 10101011 1011001 100111 0 100001 11001110 1010001 100101

Color Harmonies of #1268AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1268AB

Black with #1268AB

Text Example


Text Example

White with #1268AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1268AB; }

 p { color: rgb(18,104,171); }

 H1.HeaderClassName
 {
   color: #1268AB;
 }
 .AnyTagClassName
 {
   color: #1268AB;
 }
</style>

background-color css

<style>
 a { background-color: #1268AB; }

 a { background-color: rgb(18,104,171); }

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

border-color css

<style>
 span { border-color: #1268AB; }

 span { border-color: rgb(18,104,171); }

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