Html Css Color HEX #1C4E73 Orient

📋 copy color: '#1C4E73'

red 28 ◦ green 78 ◦ blue 115

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

Shades of Orient #1C4E73

Tints of Orient #1C4E73

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.29%

 BLUE value IS 115 (45.31% from 255) = 52.04%

R = 12.67%
G = 35.29%
B = 52.04%

CMYK

 C value IS 0.76

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1C4E73 (or 0x1C4E73) is known color: Orient. HEX triplet: 1C, 4E and 73. RGB value is (28,78,115). Sum of RGB (Red+Green+Blue) = 28+78+115=221 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.67% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 115 (45.31% from 255 or 52.04% from 221); Max value from RGB is 115 - color contains mainly: blue. Hex color #1C4E73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4E73 is #E3B18C. Grayscale: #434343. Windows color (decimal): -14922125 or 7556636. OLE color: 7556636.

HSL color Cylindrical-coordinate representation of color #1C4E73: hue angle of 205.52º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1C4E73 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 78 115 -
CMYK 0.76 0.32 0 0.55
HSL 205.52º 0.61% 0.28% -
HSV(B) 205.52º 0.76% 0.45% -
XYZ 6.3 6.93 17.23 -
YUV 67.27 154.94 99.99 -
System Red Green Blue C M Y K H S L
Decimal 28 78 115 0.76 0.32 0 0.55 205.52 0.61 0.28
Hex 1C 4E 73 4C 20 0 37 CE 3D 1C
Octal 34 116 163 114 40 0 67 316 75 34
Binary 11100 1001110 1110011 1001100 100000 0 110111 11001110 111101 11100

Color Harmonies of #1C4E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4E73

Black with #1C4E73

Text Example


Text Example

White with #1C4E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,78,115); }

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

background-color css

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

 a { background-color: rgb(28,78,115); }

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

border-color css

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

 span { border-color: rgb(28,78,115); }

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