Html Css Color HEX #21858E Java

📋 copy color: '#21858E'

red 33 ◦ green 133 ◦ blue 142

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

Shades of Java #21858E

Tints of Java #21858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 43.18%

 BLUE value IS 142 (55.86% from 255) = 46.1%

R = 10.71%
G = 43.18%
B = 46.1%

CMYK

 C value IS 0.77

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#21858E (or 0x21858E) is known color: Java. HEX triplet: 21, 85 and 8E. RGB value is (33,133,142). Sum of RGB (Red+Green+Blue) = 33+133+142=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #21858E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21858E is #DE7A71. Grayscale: #676767. Windows color (decimal): -14580338 or 9340193. OLE color: 9340193.

HSL color Cylindrical-coordinate representation of color #21858E: hue angle of 184.95º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #21858E is Cyan = 0.77, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 133 142 -
CMYK 0.77 0.06 0 0.44
HSL 184.95º 0.62% 0.34% -
HSV(B) 184.95º 0.77% 0.56% -
XYZ 13.9 19.05 28.54 -
YUV 104.13 149.37 77.27 -
System Red Green Blue C M Y K H S L
Decimal 33 133 142 0.77 0.06 0 0.44 184.95 0.62 0.34
Hex 21 85 8E 4D 6 0 2C B9 3E 22
Octal 41 205 216 115 6 0 54 271 76 42
Binary 100001 10000101 10001110 1001101 110 0 101100 10111001 111110 100010

Color Harmonies of #21858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21858E

Black with #21858E

Text Example


Text Example

White with #21858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21858E; }

 p { color: rgb(33,133,142); }

 H1.HeaderClassName
 {
   color: #21858E;
 }
 .AnyTagClassName
 {
   color: #21858E;
 }
</style>

background-color css

<style>
 a { background-color: #21858E; }

 a { background-color: rgb(33,133,142); }

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

border-color css

<style>
 span { border-color: #21858E; }

 span { border-color: rgb(33,133,142); }

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