Html Css Color HEX #218694 Java

📋 copy color: '#218694'

red 33 ◦ green 134 ◦ blue 148

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

Shades of Java #218694

Tints of Java #218694

RGB

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

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

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

R = 10.48%
G = 42.54%
B = 46.98%

CMYK

 C value IS 0.78

 M value IS 0.09

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#218694 (or 0x218694) is known color: Java. HEX triplet: 21, 86 and 94. RGB value is (33,134,148). Sum of RGB (Red+Green+Blue) = 33+134+148=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 134 (52.73% from 255 or 42.54% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #218694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #218694 is #DE796B. Grayscale: #696969. Windows color (decimal): -14580076 or 9733665. OLE color: 9733665.

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

Color convert

RGB 33 134 148 -
CMYK 0.78 0.09 0 0.42
HSL 187.3º 0.64% 0.35% -
HSV(B) 187.3º 0.78% 0.58% -
XYZ 14.5 19.51 31.02 -
YUV 105.4 152.04 76.36 -
System Red Green Blue C M Y K H S L
Decimal 33 134 148 0.78 0.09 0 0.42 187.3 0.64 0.35
Hex 21 86 94 4E 9 0 2A BB 40 23
Octal 41 206 224 116 11 0 52 273 100 43
Binary 100001 10000110 10010100 1001110 1001 0 101010 10111011 1000000 100011

Color Harmonies of #218694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #218694

Black with #218694

Text Example


Text Example

White with #218694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #218694; }

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

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

background-color css

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

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

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

border-color css

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

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

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