Html Css Color HEX #1C5766 Orient

📋 copy color: '#1C5766'

red 28 ◦ green 87 ◦ blue 102

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

Shades of Orient #1C5766

Tints of Orient #1C5766

RGB

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

 GREEN value IS 87 (34.38% from 255) = 40.09%

 BLUE value IS 102 (40.23% from 255) = 47%

R = 12.9%
G = 40.09%
B = 47%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#1C5766 (or 0x1C5766) is known color: Orient. HEX triplet: 1C, 57 and 66. RGB value is (28,87,102). Sum of RGB (Red+Green+Blue) = 28+87+102=217 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.90% from 217); Green value is 87 (34.38% from 255 or 40.09% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 102 - color contains mainly: blue. Hex color #1C5766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5766 is #E3A899. Grayscale: #464646. Windows color (decimal): -14919834 or 6706972. OLE color: 6706972.

HSL color Cylindrical-coordinate representation of color #1C5766: hue angle of 192.16º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C5766 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 28 87 102 -
CMYK 0.73 0.15 0 0.6
HSL 192.16º 0.57% 0.25% -
HSV(B) 192.16º 0.73% 0.4% -
XYZ 6.29 8.02 13.79 -
YUV 71.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 28 87 102 0.73 0.15 0 0.6 192.16 0.57 0.25
Hex 1C 57 66 49 F 0 3C C0 39 19
Octal 34 127 146 111 17 0 74 300 71 31
Binary 11100 1010111 1100110 1001001 1111 0 111100 11000000 111001 11001

Color Harmonies of #1C5766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5766

Black with #1C5766

Text Example


Text Example

White with #1C5766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,87,102); }

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

background-color css

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

 a { background-color: rgb(28,87,102); }

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

border-color css

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

 span { border-color: rgb(28,87,102); }

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