Html Css Color HEX #218790 Java

📋 copy color: '#218790'

red 33 ◦ green 135 ◦ blue 144

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

Shades of Java #218790

Tints of Java #218790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 43.27%

 BLUE value IS 144 (56.64% from 255) = 46.15%

R = 10.58%
G = 43.27%
B = 46.15%

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

#218790 (or 0x218790) is known color: Java. HEX triplet: 21, 87 and 90. RGB value is (33,135,144). Sum of RGB (Red+Green+Blue) = 33+135+144=312 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.58% from 312); Green value is 135 (53.12% from 255 or 43.27% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #218790 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218790 is #DE786F. Grayscale: #696969. Windows color (decimal): -14579824 or 9471777. OLE color: 9471777.

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

Color convert

RGB 33 135 144 -
CMYK 0.77 0.06 0 0.44
HSL 184.86º 0.63% 0.35% -
HSV(B) 184.86º 0.77% 0.56% -
XYZ 14.33 19.66 29.43 -
YUV 105.53 149.71 76.27 -
System Red Green Blue C M Y K H S L
Decimal 33 135 144 0.77 0.06 0 0.44 184.86 0.63 0.35
Hex 21 87 90 4D 6 0 2C B9 3F 23
Octal 41 207 220 115 6 0 54 271 77 43
Binary 100001 10000111 10010000 1001101 110 0 101100 10111001 111111 100011

Color Harmonies of #218790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218790

Black with #218790

Text Example


Text Example

White with #218790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218790; }

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

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

background-color css

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

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

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

border-color css

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

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

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