Html Css Color HEX #26949F Java

📋 copy color: '#26949F'

red 38 ◦ green 148 ◦ blue 159

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

Shades of Java #26949F

Tints of Java #26949F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.9%

 BLUE value IS 159 (62.5% from 255) = 46.09%

R = 11.01%
G = 42.9%
B = 46.09%

CMYK

 C value IS 0.76

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26949F (or 0x26949F) is known color: Java. HEX triplet: 26, 94 and 9F. RGB value is (38,148,159). Sum of RGB (Red+Green+Blue) = 38+148+159=345 (45% of max value = 765). Red value is 38 (15.23% from 255 or 11.01% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #26949F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #26949F is #D96B60. Grayscale: #747474. Windows color (decimal): -14248801 or 10458150. OLE color: 10458150.

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

Color convert

RGB 38 148 159 -
CMYK 0.76 0.07 0 0.38
HSL 185.45º 0.61% 0.39% -
HSV(B) 185.45º 0.76% 0.62% -
XYZ 17.65 24.1 36.52 -
YUV 116.36 152.06 72.11 -
System Red Green Blue C M Y K H S L
Decimal 38 148 159 0.76 0.07 0 0.38 185.45 0.61 0.39
Hex 26 94 9F 4C 7 0 26 B9 3D 27
Octal 46 224 237 114 7 0 46 271 75 47
Binary 100110 10010100 10011111 1001100 111 0 100110 10111001 111101 100111

Color Harmonies of #26949F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26949F

Black with #26949F

Text Example


Text Example

White with #26949F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,148,159); }

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

background-color css

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

 a { background-color: rgb(38,148,159); }

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

border-color css

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

 span { border-color: rgb(38,148,159); }

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