Html Css Color HEX #26959D Java

📋 copy color: '#26959D'

red 38 ◦ green 149 ◦ blue 157

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

Shades of Java #26959D

Tints of Java #26959D

RGB

 RED value IS 38 (15.23% from 255) = 11.05%

 GREEN value IS 149 (58.59% from 255) = 43.31%

 BLUE value IS 157 (61.72% from 255) = 45.64%

R = 11.05%
G = 43.31%
B = 45.64%

CMYK

 C value IS 0.76

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26959D (or 0x26959D) is known color: Java. HEX triplet: 26, 95 and 9D. RGB value is (38,149,157). Sum of RGB (Red+Green+Blue) = 38+149+157=344 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.05% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 157 - color contains mainly: blue. Hex color #26959D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26959D is #D96A62. Grayscale: #747474. Windows color (decimal): -14248547 or 10327334. OLE color: 10327334.

HSL color Cylindrical-coordinate representation of color #26959D: hue angle of 184.03º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26959D is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 149 157 -
CMYK 0.76 0.05 0 0.38
HSL 184.03º 0.61% 0.38% -
HSV(B) 184.03º 0.76% 0.62% -
XYZ 17.63 24.34 35.67 -
YUV 116.72 150.73 71.85 -
System Red Green Blue C M Y K H S L
Decimal 38 149 157 0.76 0.05 0 0.38 184.03 0.61 0.38
Hex 26 95 9D 4C 5 0 26 B8 3D 26
Octal 46 225 235 114 5 0 46 270 75 46
Binary 100110 10010101 10011101 1001100 101 0 100110 10111000 111101 100110

Color Harmonies of #26959D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26959D

Black with #26959D

Text Example


Text Example

White with #26959D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26959D; }

 p { color: rgb(38,149,157); }

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

background-color css

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

 a { background-color: rgb(38,149,157); }

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

border-color css

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

 span { border-color: rgb(38,149,157); }

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