Html Css Color HEX #1297AA Pelorous

📋 copy color: '#1297AA'

red 18 ◦ green 151 ◦ blue 170

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

Shades of Pelorous #1297AA

Tints of Pelorous #1297AA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.54%

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

R = 5.31%
G = 44.54%
B = 50.15%

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

#1297AA (or 0x1297AA) is known color: Pelorous. HEX triplet: 12, 97 and AA. RGB value is (18,151,170). Sum of RGB (Red+Green+Blue) = 18+151+170=339 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.31% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #1297AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1297AA is #ED6855. Grayscale: #717171. Windows color (decimal): -15558742 or 11179794. OLE color: 11179794.

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

Color convert

RGB 18 151 170 -
CMYK 0.89 0.11 0 0.33
HSL 187.5º 0.81% 0.37% -
HSV(B) 187.5º 0.89% 0.67% -
XYZ 18.57 25.16 41.91 -
YUV 113.4 159.94 59.96 -
System Red Green Blue C M Y K H S L
Decimal 18 151 170 0.89 0.11 0 0.33 187.5 0.81 0.37
Hex 12 97 AA 59 B 0 21 BC 51 25
Octal 22 227 252 131 13 0 41 274 121 45
Binary 10010 10010111 10101010 1011001 1011 0 100001 10111100 1010001 100101

Color Harmonies of #1297AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1297AA

Black with #1297AA

Text Example


Text Example

White with #1297AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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