Html Css Color HEX #21979B Java

📋 copy color: '#21979B'

red 33 ◦ green 151 ◦ blue 155

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

Shades of Java #21979B

Tints of Java #21979B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 44.54%

 BLUE value IS 155 (60.94% from 255) = 45.72%

R = 9.73%
G = 44.54%
B = 45.72%

CMYK

 C value IS 0.79

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21979B (or 0x21979B) is known color: Java. HEX triplet: 21, 97 and 9B. RGB value is (33,151,155). Sum of RGB (Red+Green+Blue) = 33+151+155=339 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.73% from 339); Green value is 151 (59.38% from 255 or 44.54% from 339); Blue value is 155 (60.94% from 255 or 45.72% from 339); Max value from RGB is 155 - color contains mainly: blue. Hex color #21979B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21979B is #DE6864. Grayscale: #747474. Windows color (decimal): -14575717 or 10196769. OLE color: 10196769.

HSL color Cylindrical-coordinate representation of color #21979B: hue angle of 181.97º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21979B is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 151 155 -
CMYK 0.79 0.03 0 0.39
HSL 181.97º 0.65% 0.37% -
HSV(B) 181.97º 0.79% 0.61% -
XYZ 17.61 24.82 34.87 -
YUV 116.17 149.91 68.67 -
System Red Green Blue C M Y K H S L
Decimal 33 151 155 0.79 0.03 0 0.39 181.97 0.65 0.37
Hex 21 97 9B 4F 3 0 27 B6 41 25
Octal 41 227 233 117 3 0 47 266 101 45
Binary 100001 10010111 10011011 1001111 11 0 100111 10110110 1000001 100101

Color Harmonies of #21979B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21979B

Black with #21979B

Text Example


Text Example

White with #21979B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21979B; }

 p { color: rgb(33,151,155); }

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

background-color css

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

 a { background-color: rgb(33,151,155); }

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

border-color css

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

 span { border-color: rgb(33,151,155); }

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