Html Css Color HEX #1C5568 Orient

📋 copy color: '#1C5568'

red 28 ◦ green 85 ◦ blue 104

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

Shades of Orient #1C5568

Tints of Orient #1C5568

RGB

 RED value IS 28 (11.33% from 255) = 12.9%

 GREEN value IS 85 (33.59% from 255) = 39.17%

 BLUE value IS 104 (41.02% from 255) = 47.93%

R = 12.9%
G = 39.17%
B = 47.93%

CMYK

 C value IS 0.73

 M value IS 0.18

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1C5568 (or 0x1C5568) is known color: Orient. HEX triplet: 1C, 55 and 68. RGB value is (28,85,104). Sum of RGB (Red+Green+Blue) = 28+85+104=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C5568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5568 is #E3AA97. Grayscale: #454545. Windows color (decimal): -14920344 or 6837532. OLE color: 6837532.

HSL color Cylindrical-coordinate representation of color #1C5568: hue angle of 195º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C5568 is Cyan = 0.73, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 28 85 104 -
CMYK 0.73 0.18 0 0.59
HSL 195º 0.58% 0.26% -
HSV(B) 195º 0.73% 0.41% -
XYZ 6.23 7.74 14.26 -
YUV 70.12 147.12 97.96 -
System Red Green Blue C M Y K H S L
Decimal 28 85 104 0.73 0.18 0 0.59 195 0.58 0.26
Hex 1C 55 68 49 12 0 3B C3 3A 1A
Octal 34 125 150 111 22 0 73 303 72 32
Binary 11100 1010101 1101000 1001001 10010 0 111011 11000011 111010 11010

Color Harmonies of #1C5568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5568

Black with #1C5568

Text Example


Text Example

White with #1C5568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,85,104); }

 H1.HeaderClassName
 {
   color: #1C5568;
 }
 .AnyTagClassName
 {
   color: #1C5568;
 }
</style>

background-color css

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

 a { background-color: rgb(28,85,104); }

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

border-color css

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

 span { border-color: rgb(28,85,104); }

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