Html Css Color HEX #215069 Arapawa

📋 copy color: '#215069'

red 33 ◦ green 80 ◦ blue 105

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

Shades of Arapawa #215069

Tints of Arapawa #215069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.7%

 BLUE value IS 105 (41.41% from 255) = 48.17%

R = 15.14%
G = 36.7%
B = 48.17%

CMYK

 C value IS 0.69

 M value IS 0.24

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#215069 (or 0x215069) is known color: Arapawa. HEX triplet: 21, 50 and 69. RGB value is (33,80,105). Sum of RGB (Red+Green+Blue) = 33+80+105=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 80 (31.64% from 255 or 36.70% from 218); Blue value is 105 (41.41% from 255 or 48.17% from 218); Max value from RGB is 105 - color contains mainly: blue. Hex color #215069 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #215069 is #DEAF96. Grayscale: #444444. Windows color (decimal): -14593943 or 6901793. OLE color: 6901793.

HSL color Cylindrical-coordinate representation of color #215069: hue angle of 200.83º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #215069 is Cyan = 0.69, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 80 105 -
CMYK 0.69 0.24 0 0.59
HSL 200.83º 0.52% 0.27% -
HSV(B) 200.83º 0.69% 0.41% -
XYZ 6.05 7.08 14.41 -
YUV 68.8 148.43 102.47 -
System Red Green Blue C M Y K H S L
Decimal 33 80 105 0.69 0.24 0 0.59 200.83 0.52 0.27
Hex 21 50 69 45 18 0 3B C9 34 1B
Octal 41 120 151 105 30 0 73 311 64 33
Binary 100001 1010000 1101001 1000101 11000 0 111011 11001001 110100 11011

Color Harmonies of #215069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215069

Black with #215069

Text Example


Text Example

White with #215069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215069; }

 p { color: rgb(33,80,105); }

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

background-color css

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

 a { background-color: rgb(33,80,105); }

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

border-color css

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

 span { border-color: rgb(33,80,105); }

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