Html Css Color HEX #1C8AAD Pelorous

📋 copy color: '#1C8AAD'

red 28 ◦ green 138 ◦ blue 173

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

Shades of Pelorous #1C8AAD

Tints of Pelorous #1C8AAD

RGB

 RED value IS 28 (11.33% from 255) = 8.26%

 GREEN value IS 138 (54.3% from 255) = 40.71%

 BLUE value IS 173 (67.97% from 255) = 51.03%

R = 8.26%
G = 40.71%
B = 51.03%

CMYK

 C value IS 0.84

 M value IS 0.20

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1C8AAD (or 0x1C8AAD) is known color: Pelorous. HEX triplet: 1C, 8A and AD. RGB value is (28,138,173). Sum of RGB (Red+Green+Blue) = 28+138+173=339 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.26% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 173 (67.97% from 255 or 51.03% from 339); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C8AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8AAD is #E37552. Grayscale: #6C6C6C. Windows color (decimal): -14906707 or 11373084. OLE color: 11373084.

HSL color Cylindrical-coordinate representation of color #1C8AAD: hue angle of 194.48º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C8AAD is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 28 138 173 -
CMYK 0.84 0.20 0 0.32
HSL 194.48º 0.72% 0.39% -
HSV(B) 194.48º 0.84% 0.68% -
XYZ 17.11 21.44 42.77 -
YUV 109.1 164.06 70.15 -
System Red Green Blue C M Y K H S L
Decimal 28 138 173 0.84 0.20 0 0.32 194.48 0.72 0.39
Hex 1C 8A AD 54 14 0 20 C2 48 27
Octal 34 212 255 124 24 0 40 302 110 47
Binary 11100 10001010 10101101 1010100 10100 0 100000 11000010 1001000 100111

Color Harmonies of #1C8AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C8AAD

Black with #1C8AAD

Text Example


Text Example

White with #1C8AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,138,173); }

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

background-color css

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

 a { background-color: rgb(28,138,173); }

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

border-color css

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

 span { border-color: rgb(28,138,173); }

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