#1C607E

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

Shades of Orient #1C607E

Tints of Orient #1C607E

Color information

#1C607E (or 0x1C607E) is unknown color: approx Orient. HEX triplet: 1C, 60 and 7E. RGB value is (28,96,126). Sum of RGB (Red+Green+Blue) = 28+96+126=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #1C607E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C607E is #E39F81. Grayscale: #4E4E4E. Windows color (decimal): -14917506 or 8282140. OLE color: 8282140.

HSL color Cylindrical-coordinate representation of color #1C607E: hue angle of 198.37º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1C607E is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2896126-
CMYK0.780.2400.51
HSL198.37º63.64%30.2%-
HSV(B)198.37º77.78%49.41%-
XYZ8.4310.1221.25-
YUV79.09154.4791.56-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.2%
GREEN value IS 96 (37.89% from 255) = 38.4%
BLUE value IS 126 (49.61% from 255) = 50.4%
R=11.2%
G=38.4%
B=50.4%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28961260.780.2400.51198.3763.6430.2
Hex1C607E4E18033c6401e
Octal341401761163006330610036
Binary1110011000001111110100111011000011001111000110100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C607E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C607E; }

 p { color: rgb(28,96,126); }

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

<style>
 a { background-color: #1C607E; }

 a { background-color: rgb(28,96,126); }

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

<style>
 span { border-color: #1C607E; }

 span { border-color: rgb(28,96,126); }

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