#26607B

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

Shades of Orient #26607B

Tints of Orient #26607B

Color information

#26607B (or 0x26607B) is unknown color: approx Orient. HEX triplet: 26, 60 and 7B. RGB value is (38,96,123). Sum of RGB (Red+Green+Blue) = 38+96+123=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #26607B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26607B is #D99F84. Grayscale: #515151. Windows color (decimal): -14262149 or 8085542. OLE color: 8085542.

HSL color Cylindrical-coordinate representation of color #26607B: hue angle of 199.06º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26607B is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB3896123-
CMYK0.690.2200.52
HSL199.06º52.8%31.57%-
HSV(B)199.06º69.11%48.24%-
XYZ8.5610.2120.26-
YUV81.74151.2896.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 123 (48.44% from 255) = 47.86%
R=14.79%
G=37.35%
B=47.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38961230.690.2200.52199.0652.831.57
Hex26607B4516034c73520
Octal46140173105260643076540
Binary10011011000001111011100010110110011010011000111110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,96,123); }

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

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

 a { background-color: rgb(38,96,123); }

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

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

 span { border-color: rgb(38,96,123); }

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