#26868B

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

Shades of Java #26868B

Tints of Java #26868B

Color information

#26868B (or 0x26868B) is unknown color: approx Java. HEX triplet: 26, 86 and 8B. RGB value is (38,134,139). Sum of RGB (Red+Green+Blue) = 38+134+139=311 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.22% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #26868B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26868B is #D97974. Grayscale: #696969. Windows color (decimal): -14252405 or 9143846. OLE color: 9143846.

HSL color Cylindrical-coordinate representation of color #26868B: hue angle of 182.97º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26868B is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB38134139-
CMYK0.730.0400.45
HSL182.97º57.06%34.71%-
HSV(B)182.97º72.66%54.51%-
XYZ13.9819.3327.42-
YUV105.87146.779.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.22%
GREEN value IS 134 (52.73% from 255) = 43.09%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=12.22%
G=43.09%
B=44.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal381341390.730.0400.45182.9757.0634.71
Hex26868B49402Db73923
Octal4620621311140552677143
Binary10011010000110100010111001001100010110110110111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26868B; }

 p { color: rgb(38,134,139); }

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

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

 a { background-color: rgb(38,134,139); }

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

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

 span { border-color: rgb(38,134,139); }

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