Html Css Color HEX #1298AA Pelorous

📋 copy color: '#1298AA'

red 18 ◦ green 152 ◦ blue 170

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

Shades of Pelorous #1298AA

Tints of Pelorous #1298AA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.71%

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

R = 5.29%
G = 44.71%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1298AA (or 0x1298AA) is known color: Pelorous. HEX triplet: 12, 98 and AA. RGB value is (18,152,170). Sum of RGB (Red+Green+Blue) = 18+152+170=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 170 (66.80% from 255 or 50% from 340); Max value from RGB is 170 - color contains mainly: blue. Hex color #1298AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1298AA is #ED6755. Grayscale: #717171. Windows color (decimal): -15558486 or 11180050. OLE color: 11180050.

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

Color convert

RGB 18 152 170 -
CMYK 0.89 0.11 0 0.33
HSL 187.11º 0.81% 0.37% -
HSV(B) 187.11º 0.89% 0.67% -
XYZ 18.73 25.49 41.96 -
YUV 113.99 159.61 59.54 -
System Red Green Blue C M Y K H S L
Decimal 18 152 170 0.89 0.11 0 0.33 187.11 0.81 0.37
Hex 12 98 AA 59 B 0 21 BB 51 25
Octal 22 230 252 131 13 0 41 273 121 45
Binary 10010 10011000 10101010 1011001 1011 0 100001 10111011 1010001 100101

Color Harmonies of #1298AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1298AA

Black with #1298AA

Text Example


Text Example

White with #1298AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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