Html Css Color HEX #21825D Deep Sea

📋 copy color: '#21825D'

red 33 ◦ green 130 ◦ blue 93

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

Shades of Deep Sea #21825D

Tints of Deep Sea #21825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 50.78%

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 12.89%
G = 50.78%
B = 36.33%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#21825D (or 0x21825D) is known color: Deep Sea. HEX triplet: 21, 82 and 5D. RGB value is (33,130,93). Sum of RGB (Red+Green+Blue) = 33+130+93=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 130 (51.17% from 255 or 50.78% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 130 - color contains mainly: green. Hex color #21825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #21825D is #DE7DA2. Grayscale: #606060. Windows color (decimal): -14581155 or 6128161. OLE color: 6128161.

HSL color Cylindrical-coordinate representation of color #21825D: hue angle of 157.11º 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 #21825D is Cyan = 0.75, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 33 130 93 -
CMYK 0.75 0 0.28 0.49
HSL 157.11º 0.6% 0.32% -
HSV(B) 157.11º 0.75% 0.51% -
XYZ 10.59 17.08 13.09 -
YUV 96.78 125.86 82.51 -
System Red Green Blue C M Y K H S L
Decimal 33 130 93 0.75 0 0.28 0.49 157.11 0.6 0.32
Hex 21 82 5D 4B 0 1C 31 9D 3C 20
Octal 41 202 135 113 0 34 61 235 74 40
Binary 100001 10000010 1011101 1001011 0 11100 110001 10011101 111100 100000

Color Harmonies of #21825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21825D

Black with #21825D

Text Example


Text Example

White with #21825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21825D; }

 p { color: rgb(33,130,93); }

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

background-color css

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

 a { background-color: rgb(33,130,93); }

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

border-color css

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

 span { border-color: rgb(33,130,93); }

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