#21909B

Color #21909B Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #21909B

Tints of Java #21909B

Color information

#21909B (or 0x21909B) is unknown color: approx Java. HEX triplet: 21, 90 and 9B. RGB value is (33,144,155). Sum of RGB (Red+Green+Blue) = 33+144+155=332 (43% of max value = 765). Red value is 33 (13.28% from 255 or 9.94% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #21909B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21909B is #DE6F64. Grayscale: #6F6F6F. Windows color (decimal): -14577509 or 10194977. OLE color: 10194977.

HSL color Cylindrical-coordinate representation of color #21909B: hue angle of 185.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 #21909B is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB33144155-
CMYK0.790.0700.39
HSL185.41º64.89%36.86%-
HSV(B)185.41º78.71%60.78%-
XYZ16.5222.6434.51-
YUV112.06152.2371.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 9.94%
GREEN value IS 144 (56.64% from 255) = 43.37%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=9.94%
G=43.37%
B=46.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal331441550.790.0700.39185.4164.8936.86
Hex21909B4F7027b94125
Octal41220233117704727110145
Binary100001100100001001101110011111110100111101110011000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21909B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21909B;
 }
 .AnyTagClassName
 {
   color: #21909B;
 }
</style>
background-color css

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

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

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

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

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

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