Html Css Color HEX #21959F Java

📋 copy color: '#21959F'

red 33 ◦ green 149 ◦ blue 159

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

Shades of Java #21959F

Tints of Java #21959F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 46.63%

R = 9.68%
G = 43.7%
B = 46.63%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21959F (or 0x21959F) is known color: Java. HEX triplet: 21, 95 and 9F. RGB value is (33,149,159). Sum of RGB (Red+Green+Blue) = 33+149+159=341 (45% of max value = 765). Red value is 33 (13.28% from 255 or 9.68% from 341); Green value is 149 (58.59% from 255 or 43.70% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #21959F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21959F is #DE6A60. Grayscale: #737373. Windows color (decimal): -14576225 or 10458401. OLE color: 10458401.

HSL color Cylindrical-coordinate representation of color #21959F: hue angle of 184.76º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #21959F is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 149 159 -
CMYK 0.79 0.06 0 0.38
HSL 184.76º 0.66% 0.38% -
HSV(B) 184.76º 0.79% 0.62% -
XYZ 17.63 24.32 36.57 -
YUV 115.46 152.57 69.19 -
System Red Green Blue C M Y K H S L
Decimal 33 149 159 0.79 0.06 0 0.38 184.76 0.66 0.38
Hex 21 95 9F 4F 6 0 26 B9 42 26
Octal 41 225 237 117 6 0 46 271 102 46
Binary 100001 10010101 10011111 1001111 110 0 100110 10111001 1000010 100110

Color Harmonies of #21959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21959F

Black with #21959F

Text Example


Text Example

White with #21959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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