Html Css Color HEX #218893 Java

📋 copy color: '#218893'

red 33 ◦ green 136 ◦ blue 147

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

Shades of Java #218893

Tints of Java #218893

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.04%

 BLUE value IS 147 (57.81% from 255) = 46.52%

R = 10.44%
G = 43.04%
B = 46.52%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#218893 (or 0x218893) is known color: Java. HEX triplet: 21, 88 and 93. RGB value is (33,136,147). Sum of RGB (Red+Green+Blue) = 33+136+147=316 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.44% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 147 (57.81% from 255 or 46.52% from 316); Max value from RGB is 147 - color contains mainly: blue. Hex color #218893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218893 is #DE776C. Grayscale: #6A6A6A. Windows color (decimal): -14579565 or 9668641. OLE color: 9668641.

HSL color Cylindrical-coordinate representation of color #218893: hue angle of 185.79º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #218893 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 136 147 -
CMYK 0.78 0.07 0 0.42
HSL 185.79º 0.63% 0.35% -
HSV(B) 185.79º 0.78% 0.58% -
XYZ 14.7 20.04 30.7 -
YUV 106.46 150.88 75.61 -
System Red Green Blue C M Y K H S L
Decimal 33 136 147 0.78 0.07 0 0.42 185.79 0.63 0.35
Hex 21 88 93 4E 7 0 2A BA 3F 23
Octal 41 210 223 116 7 0 52 272 77 43
Binary 100001 10001000 10010011 1001110 111 0 101010 10111010 111111 100011

Color Harmonies of #218893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218893

Black with #218893

Text Example


Text Example

White with #218893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218893; }

 p { color: rgb(33,136,147); }

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

background-color css

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

 a { background-color: rgb(33,136,147); }

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

border-color css

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

 span { border-color: rgb(33,136,147); }

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