Html Css Color HEX #1299AA Pelorous

📋 copy color: '#1299AA'

red 18 ◦ green 153 ◦ blue 170

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

Shades of Pelorous #1299AA

Tints of Pelorous #1299AA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.87%

 BLUE value IS 170 (66.8% from 255) = 49.85%

R = 5.28%
G = 44.87%
B = 49.85%

CMYK

 C value IS 0.89

 M value IS 0.1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1299AA (or 0x1299AA) is known color: Pelorous. HEX triplet: 12, 99 and AA. RGB value is (18,153,170). Sum of RGB (Red+Green+Blue) = 18+153+170=341 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.28% from 341); Green value is 153 (60.16% from 255 or 44.87% from 341); Blue value is 170 (66.80% from 255 or 49.85% from 341); Max value from RGB is 170 - color contains mainly: blue. Hex color #1299AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1299AA is #ED6655. Grayscale: #727272. Windows color (decimal): -15558230 or 11180306. OLE color: 11180306.

HSL color Cylindrical-coordinate representation of color #1299AA: hue angle of 186.71º 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 #1299AA is Cyan = 0.89, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 153 170 -
CMYK 0.89 0.1 0 0.33
HSL 186.71º 0.81% 0.37% -
HSV(B) 186.71º 0.89% 0.67% -
XYZ 18.9 25.81 42.02 -
YUV 114.57 159.27 59.12 -
System Red Green Blue C M Y K H S L
Decimal 18 153 170 0.89 0.1 0 0.33 186.71 0.81 0.37
Hex 12 99 AA 59 A 0 21 BB 51 25
Octal 22 231 252 131 12 0 41 273 121 45
Binary 10010 10011001 10101010 1011001 1010 0 100001 10111011 1010001 100101

Color Harmonies of #1299AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1299AA

Black with #1299AA

Text Example


Text Example

White with #1299AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1299AA; }

 p { color: rgb(18,153,170); }

 H1.HeaderClassName
 {
   color: #1299AA;
 }
 .AnyTagClassName
 {
   color: #1299AA;
 }
</style>

background-color css

<style>
 a { background-color: #1299AA; }

 a { background-color: rgb(18,153,170); }

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

border-color css

<style>
 span { border-color: #1299AA; }

 span { border-color: rgb(18,153,170); }

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