Html Css Color HEX #21868B Java

📋 copy color: '#21868B'

red 33 ◦ green 134 ◦ blue 139

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

Shades of Java #21868B

Tints of Java #21868B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 43.79%

 BLUE value IS 139 (54.69% from 255) = 45.42%

R = 10.78%
G = 43.79%
B = 45.42%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21868B (or 0x21868B) is known color: Java. HEX triplet: 21, 86 and 8B. RGB value is (33,134,139). Sum of RGB (Red+Green+Blue) = 33+134+139=306 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.78% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #21868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #21868B is #DE7974. Grayscale: #686868. Windows color (decimal): -14580085 or 9143841. OLE color: 9143841.

HSL color Cylindrical-coordinate representation of color #21868B: hue angle of 182.83º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #21868B is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 134 139 -
CMYK 0.76 0.04 0 0.45
HSL 182.83º 0.62% 0.34% -
HSV(B) 182.83º 0.76% 0.55% -
XYZ 13.81 19.24 27.41 -
YUV 104.37 147.54 77.09 -
System Red Green Blue C M Y K H S L
Decimal 33 134 139 0.76 0.04 0 0.45 182.83 0.62 0.34
Hex 21 86 8B 4C 4 0 2D B7 3E 22
Octal 41 206 213 114 4 0 55 267 76 42
Binary 100001 10000110 10001011 1001100 100 0 101101 10110111 111110 100010

Color Harmonies of #21868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21868B

Black with #21868B

Text Example


Text Example

White with #21868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,134,139); }

 H1.HeaderClassName
 {
   color: #21868B;
 }
 .AnyTagClassName
 {
   color: #21868B;
 }
</style>

background-color css

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

 a { background-color: rgb(33,134,139); }

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

border-color css

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

 span { border-color: rgb(33,134,139); }

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