Html Css Color HEX #21909B Java

📋 copy color: '#21909B'

red 33 ◦ green 144 ◦ blue 155

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

Shades of Java #21909B

Tints of Java #21909B

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 value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#21909B (or 0x21909B) is known color: 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

RGB 33 144 155 -
CMYK 0.79 0.07 0 0.39
HSL 185.41º 0.65% 0.37% -
HSV(B) 185.41º 0.79% 0.61% -
XYZ 16.52 22.64 34.51 -
YUV 112.07 152.23 71.61 -
System Red Green Blue C M Y K H S L
Decimal 33 144 155 0.79 0.07 0 0.39 185.41 0.65 0.37
Hex 21 90 9B 4F 7 0 27 B9 41 25
Octal 41 220 233 117 7 0 47 271 101 45
Binary 100001 10010000 10011011 1001111 111 0 100111 10111001 1000001 100101

Color Harmonies of #21909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21909B

Black with #21909B

Text Example


Text Example

White with #21909B

Text Example


Text Example

HTML Codes & Css Web 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>