Html Css Color HEX #1C5371 Orient

📋 copy color: '#1C5371'

red 28 ◦ green 83 ◦ blue 113

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

Shades of Orient #1C5371

Tints of Orient #1C5371

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 12.5%
G = 37.05%
B = 50.45%

CMYK

 C value IS 0.75

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C5371 (or 0x1C5371) is known color: Orient. HEX triplet: 1C, 53 and 71. RGB value is (28,83,113). Sum of RGB (Red+Green+Blue) = 28+83+113=224 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.5% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C5371 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5371 is #E3AC8E. Grayscale: #454545. Windows color (decimal): -14920847 or 7426844. OLE color: 7426844.

HSL color Cylindrical-coordinate representation of color #1C5371: hue angle of 201.18º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C5371 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 83 113 -
CMYK 0.75 0.27 0 0.56
HSL 201.18º 0.6% 0.28% -
HSV(B) 201.18º 0.75% 0.44% -
XYZ 6.55 7.63 16.75 -
YUV 69.98 152.28 98.06 -
System Red Green Blue C M Y K H S L
Decimal 28 83 113 0.75 0.27 0 0.56 201.18 0.6 0.28
Hex 1C 53 71 4B 1B 0 38 C9 3C 1C
Octal 34 123 161 113 33 0 70 311 74 34
Binary 11100 1010011 1110001 1001011 11011 0 111000 11001001 111100 11100

Color Harmonies of #1C5371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5371

Black with #1C5371

Text Example


Text Example

White with #1C5371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,83,113); }

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

background-color css

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

 a { background-color: rgb(28,83,113); }

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

border-color css

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

 span { border-color: rgb(28,83,113); }

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