Html Css Color HEX #218994 Java

📋 copy color: '#218994'

red 33 ◦ green 137 ◦ blue 148

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

Shades of Java #218994

Tints of Java #218994

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.08%

 BLUE value IS 148 (58.2% from 255) = 46.54%

R = 10.38%
G = 43.08%
B = 46.54%

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

#218994 (or 0x218994) is known color: Java. HEX triplet: 21, 89 and 94. RGB value is (33,137,148). Sum of RGB (Red+Green+Blue) = 33+137+148=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #218994 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218994 is #DE766B. Grayscale: #6B6B6B. Windows color (decimal): -14579308 or 9734433. OLE color: 9734433.

HSL color Cylindrical-coordinate representation of color #218994: hue angle of 185.74º degrees, saturation: 0.64, 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 #218994 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 137 148 -
CMYK 0.78 0.07 0 0.42
HSL 185.74º 0.64% 0.35% -
HSV(B) 185.74º 0.78% 0.58% -
XYZ 14.92 20.35 31.16 -
YUV 107.16 151.04 75.11 -
System Red Green Blue C M Y K H S L
Decimal 33 137 148 0.78 0.07 0 0.42 185.74 0.64 0.35
Hex 21 89 94 4E 7 0 2A BA 40 23
Octal 41 211 224 116 7 0 52 272 100 43
Binary 100001 10001001 10010100 1001110 111 0 101010 10111010 1000000 100011

Color Harmonies of #218994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218994

Black with #218994

Text Example


Text Example

White with #218994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218994; }

 p { color: rgb(33,137,148); }

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

background-color css

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

 a { background-color: rgb(33,137,148); }

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

border-color css

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

 span { border-color: rgb(33,137,148); }

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