Html Css Color HEX #1A83AC Pelorous

📋 copy color: '#1A83AC'

red 26 ◦ green 131 ◦ blue 172

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

Shades of Pelorous #1A83AC

Tints of Pelorous #1A83AC

RGB

 RED value IS 26 (10.55% from 255) = 7.9%

 GREEN value IS 131 (51.56% from 255) = 39.82%

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

R = 7.9%
G = 39.82%
B = 52.28%

CMYK

 C value IS 0.85

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1A83AC (or 0x1A83AC) is known color: Pelorous. HEX triplet: 1A, 83 and AC. RGB value is (26,131,172). Sum of RGB (Red+Green+Blue) = 26+131+172=329 (43% of max value = 765). Red value is 26 (10.55% from 255 or 7.90% from 329); Green value is 131 (51.56% from 255 or 39.82% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #1A83AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A83AC is #E57C53. Grayscale: #686868. Windows color (decimal): -15039572 or 11305754. OLE color: 11305754.

HSL color Cylindrical-coordinate representation of color #1A83AC: hue angle of 196.85º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1A83AC is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 26 131 172 -
CMYK 0.85 0.24 0 0.33
HSL 196.85º 0.74% 0.39% -
HSV(B) 196.85º 0.85% 0.67% -
XYZ 15.99 19.43 41.94 -
YUV 104.28 166.21 72.17 -
System Red Green Blue C M Y K H S L
Decimal 26 131 172 0.85 0.24 0 0.33 196.85 0.74 0.39
Hex 1A 83 AC 55 18 0 21 C5 4A 27
Octal 32 203 254 125 30 0 41 305 112 47
Binary 11010 10000011 10101100 1010101 11000 0 100001 11000101 1001010 100111

Color Harmonies of #1A83AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A83AC

Black with #1A83AC

Text Example


Text Example

White with #1A83AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A83AC; }

 p { color: rgb(26,131,172); }

 H1.HeaderClassName
 {
   color: #1A83AC;
 }
 .AnyTagClassName
 {
   color: #1A83AC;
 }
</style>

background-color css

<style>
 a { background-color: #1A83AC; }

 a { background-color: rgb(26,131,172); }

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

border-color css

<style>
 span { border-color: #1A83AC; }

 span { border-color: rgb(26,131,172); }

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