Html Css Color HEX #1C5070 Orient

📋 copy color: '#1C5070'

red 28 ◦ green 80 ◦ blue 112

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

Shades of Orient #1C5070

Tints of Orient #1C5070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 36.36%

 BLUE value IS 112 (44.14% from 255) = 50.91%

R = 12.73%
G = 36.36%
B = 50.91%

CMYK

 C value IS 0.75

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C5070 (or 0x1C5070) is known color: Orient. HEX triplet: 1C, 50 and 70. RGB value is (28,80,112). Sum of RGB (Red+Green+Blue) = 28+80+112=220 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.73% from 220); Green value is 80 (31.64% from 255 or 36.36% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C5070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C5070 is #E3AF8F. Grayscale: #434343. Windows color (decimal): -14921616 or 7360540. OLE color: 7360540.

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

Color convert

RGB 28 80 112 -
CMYK 0.75 0.29 0 0.56
HSL 202.86º 0.6% 0.27% -
HSV(B) 202.86º 0.75% 0.44% -
XYZ 6.27 7.15 16.38 -
YUV 68.1 152.77 99.4 -
System Red Green Blue C M Y K H S L
Decimal 28 80 112 0.75 0.29 0 0.56 202.86 0.6 0.27
Hex 1C 50 70 4B 1D 0 38 CB 3C 1B
Octal 34 120 160 113 35 0 70 313 74 33
Binary 11100 1010000 1110000 1001011 11101 0 111000 11001011 111100 11011

Color Harmonies of #1C5070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C5070

Black with #1C5070

Text Example


Text Example

White with #1C5070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,80,112); }

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

background-color css

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

 a { background-color: rgb(28,80,112); }

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

border-color css

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

 span { border-color: rgb(28,80,112); }

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