#26898F

Color #26898F Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #26898F

Tints of Java #26898F

Color information

#26898F (or 0x26898F) is unknown color: approx Java. HEX triplet: 26, 89 and 8F. RGB value is (38,137,143). Sum of RGB (Red+Green+Blue) = 38+137+143=318 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.95% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 143 (56.25% from 255 or 44.97% from 318); Max value from RGB is 143 - color contains mainly: blue. Hex color #26898F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26898F is #D97670. Grayscale: #6B6B6B. Windows color (decimal): -14251633 or 9406758. OLE color: 9406758.

HSL color Cylindrical-coordinate representation of color #26898F: hue angle of 183.43º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26898F is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB38137143-
CMYK0.730.0400.44
HSL183.43º58.01%35.49%-
HSV(B)183.43º73.43%56.08%-
XYZ14.720.2929.13-
YUV108.08147.778.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 11.95%
GREEN value IS 137 (53.91% from 255) = 43.08%
BLUE value IS 143 (56.25% from 255) = 44.97%
R=11.95%
G=43.08%
B=44.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal381371430.730.0400.44183.4358.0135.49
Hex26898F49402Cb73a23
Octal4621121711140542677243
Binary10011010001001100011111001001100010110010110111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26898F; }

 p { color: rgb(38,137,143); }

 H1.HeaderClassName
 {
   color: #26898F;
 }
 .AnyTagClassName
 {
   color: #26898F;
 }
</style>
background-color css

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

 a { background-color: rgb(38,137,143); }

 div.DivClassName
 {
   background-color: #26898F;
 }
 .BgClassName
 {
   background-color: #26898F;
 }
</style>
border-color css

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

 span { border-color: rgb(38,137,143); }

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