Html Css Color HEX #21959C Java

📋 copy color: '#21959C'

red 33 ◦ green 149 ◦ blue 156

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

Shades of Java #21959C

Tints of Java #21959C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 44.08%

 BLUE value IS 156 (61.33% from 255) = 46.15%

R = 9.76%
G = 44.08%
B = 46.15%

CMYK

 C value IS 0.79

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21959C (or 0x21959C) is known color: Java. HEX triplet: 21, 95 and 9C. RGB value is (33,149,156). Sum of RGB (Red+Green+Blue) = 33+149+156=338 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.76% from 338); Green value is 149 (58.59% from 255 or 44.08% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #21959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21959C is #DE6A63. Grayscale: #727272. Windows color (decimal): -14576228 or 10261793. OLE color: 10261793.

HSL color Cylindrical-coordinate representation of color #21959C: hue angle of 183.41º 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 #21959C is Cyan = 0.79, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 33 149 156 -
CMYK 0.79 0.04 0 0.39
HSL 183.41º 0.65% 0.37% -
HSV(B) 183.41º 0.79% 0.61% -
XYZ 17.38 24.22 35.21 -
YUV 115.11 151.07 69.43 -
System Red Green Blue C M Y K H S L
Decimal 33 149 156 0.79 0.04 0 0.39 183.41 0.65 0.37
Hex 21 95 9C 4F 4 0 27 B7 41 25
Octal 41 225 234 117 4 0 47 267 101 45
Binary 100001 10010101 10011100 1001111 100 0 100111 10110111 1000001 100101

Color Harmonies of #21959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21959C

Black with #21959C

Text Example


Text Example

White with #21959C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21959C; }

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

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

background-color css

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

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

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

border-color css

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

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

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