Html Css Color HEX #219CA7 Pelorous

📋 copy color: '#219CA7'

red 33 ◦ green 156 ◦ blue 167

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

Shades of Pelorous #219CA7

Tints of Pelorous #219CA7

RGB

 RED value IS 33 (13.28% from 255) = 9.27%

 GREEN value IS 156 (61.33% from 255) = 43.82%

 BLUE value IS 167 (65.63% from 255) = 46.91%

R = 9.27%
G = 43.82%
B = 46.91%

CMYK

 C value IS 0.80

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#219CA7 (or 0x219CA7) is known color: Pelorous. HEX triplet: 21, 9C and A7. RGB value is (33,156,167). Sum of RGB (Red+Green+Blue) = 33+156+167=356 (47% of max value = 765). Red value is 33 (13.28% from 255 or 9.27% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 167 (65.62% from 255 or 46.91% from 356); Max value from RGB is 167 - color contains mainly: blue. Hex color #219CA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #219CA7 is #DE6358. Grayscale: #787878. Windows color (decimal): -14574425 or 10984481. OLE color: 10984481.

HSL color Cylindrical-coordinate representation of color #219CA7: hue angle of 184.93º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #219CA7 is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 33 156 167 -
CMYK 0.80 0.07 0 0.35
HSL 184.93º 0.67% 0.39% -
HSV(B) 184.93º 0.8% 0.65% -
XYZ 19.49 26.89 40.72 -
YUV 120.48 154.25 65.61 -
System Red Green Blue C M Y K H S L
Decimal 33 156 167 0.80 0.07 0 0.35 184.93 0.67 0.39
Hex 21 9C A7 50 7 0 23 B9 43 27
Octal 41 234 247 120 7 0 43 271 103 47
Binary 100001 10011100 10100111 1010000 111 0 100011 10111001 1000011 100111

Color Harmonies of #219CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #219CA7

Black with #219CA7

Text Example


Text Example

White with #219CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #219CA7; }

 p { color: rgb(33,156,167); }

 H1.HeaderClassName
 {
   color: #219CA7;
 }
 .AnyTagClassName
 {
   color: #219CA7;
 }
</style>

background-color css

<style>
 a { background-color: #219CA7; }

 a { background-color: rgb(33,156,167); }

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

border-color css

<style>
 span { border-color: #219CA7; }

 span { border-color: rgb(33,156,167); }

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