Html Css Color HEX #218083 Atoll

📋 copy color: '#218083'

red 33 ◦ green 128 ◦ blue 131

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

Shades of Atoll #218083

Tints of Atoll #218083

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.84%

 BLUE value IS 131 (51.56% from 255) = 44.86%

R = 11.3%
G = 43.84%
B = 44.86%

CMYK

 C value IS 0.75

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#218083 (or 0x218083) is known color: Atoll. HEX triplet: 21, 80 and 83. RGB value is (33,128,131). Sum of RGB (Red+Green+Blue) = 33+128+131=292 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.30% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 131 - color contains mainly: blue. Hex color #218083 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218083 is #DE7F7C. Grayscale: #636363. Windows color (decimal): -14581629 or 8618017. OLE color: 8618017.

HSL color Cylindrical-coordinate representation of color #218083: hue angle of 181.84º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #218083 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 128 131 -
CMYK 0.75 0.02 0 0.49
HSL 181.84º 0.6% 0.32% -
HSV(B) 181.84º 0.75% 0.51% -
XYZ 12.44 17.4 24.18 -
YUV 99.94 145.53 80.26 -
System Red Green Blue C M Y K H S L
Decimal 33 128 131 0.75 0.02 0 0.49 181.84 0.6 0.32
Hex 21 80 83 4B 2 0 31 B6 3C 20
Octal 41 200 203 113 2 0 61 266 74 40
Binary 100001 10000000 10000011 1001011 10 0 110001 10110110 111100 100000

Color Harmonies of #218083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218083

Black with #218083

Text Example


Text Example

White with #218083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218083; }

 p { color: rgb(33,128,131); }

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

background-color css

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

 a { background-color: rgb(33,128,131); }

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

border-color css

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

 span { border-color: rgb(33,128,131); }

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