Html Css Color HEX #1296AC Pelorous

📋 copy color: '#1296AC'

red 18 ◦ green 150 ◦ blue 172

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

Shades of Pelorous #1296AC

Tints of Pelorous #1296AC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.12%

 BLUE value IS 172 (67.58% from 255) = 50.59%

R = 5.29%
G = 44.12%
B = 50.59%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1296AC (or 0x1296AC) is known color: Pelorous. HEX triplet: 12, 96 and AC. RGB value is (18,150,172). Sum of RGB (Red+Green+Blue) = 18+150+172=340 (45% of max value = 765). Red value is 18 (7.42% from 255 or 5.29% from 340); Green value is 150 (58.98% from 255 or 44.12% from 340); Blue value is 172 (67.58% from 255 or 50.59% from 340); Max value from RGB is 172 - color contains mainly: blue. Hex color #1296AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1296AC is #ED6953. Grayscale: #707070. Windows color (decimal): -15558996 or 11310610. OLE color: 11310610.

HSL color Cylindrical-coordinate representation of color #1296AC: hue angle of 188.57º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1296AC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 150 172 -
CMYK 0.90 0.13 0 0.33
HSL 188.57º 0.81% 0.37% -
HSV(B) 188.57º 0.9% 0.67% -
XYZ 18.6 24.92 42.86 -
YUV 113.04 161.27 60.21 -
System Red Green Blue C M Y K H S L
Decimal 18 150 172 0.90 0.13 0 0.33 188.57 0.81 0.37
Hex 12 96 AC 5A D 0 21 BD 51 25
Octal 22 226 254 132 15 0 41 275 121 45
Binary 10010 10010110 10101100 1011010 1101 0 100001 10111101 1010001 100101

Color Harmonies of #1296AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1296AC

Black with #1296AC

Text Example


Text Example

White with #1296AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1296AC; }

 p { color: rgb(18,150,172); }

 H1.HeaderClassName
 {
   color: #1296AC;
 }
 .AnyTagClassName
 {
   color: #1296AC;
 }
</style>

background-color css

<style>
 a { background-color: #1296AC; }

 a { background-color: rgb(18,150,172); }

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

border-color css

<style>
 span { border-color: #1296AC; }

 span { border-color: rgb(18,150,172); }

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