Html Css Color HEX #1C4F74 Orient

📋 copy color: '#1C4F74'

red 28 ◦ green 79 ◦ blue 116

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

Shades of Orient #1C4F74

Tints of Orient #1C4F74

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

 BLUE value IS 116 (45.7% from 255) = 52.02%

R = 12.56%
G = 35.43%
B = 52.02%

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

#1C4F74 (or 0x1C4F74) is known color: Orient. HEX triplet: 1C, 4F and 74. RGB value is (28,79,116). Sum of RGB (Red+Green+Blue) = 28+79+116=223 (29% of max value = 765). Red value is 28 (11.33% from 255 or 12.56% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 116 (45.70% from 255 or 52.02% from 223); Max value from RGB is 116 - color contains mainly: blue. Hex color #1C4F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1C4F74 is #E3B08B. Grayscale: #434343. Windows color (decimal): -14921868 or 7622428. OLE color: 7622428.

HSL color Cylindrical-coordinate representation of color #1C4F74: hue angle of 205.23º 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 #1C4F74 is Cyan = 0.76, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 28 79 116 -
CMYK 0.76 0.32 0 0.55
HSL 205.23º 0.61% 0.28% -
HSV(B) 205.23º 0.76% 0.45% -
XYZ 6.43 7.1 17.55 -
YUV 67.97 155.1 99.49 -
System Red Green Blue C M Y K H S L
Decimal 28 79 116 0.76 0.32 0 0.55 205.23 0.61 0.28
Hex 1C 4F 74 4C 20 0 37 CD 3D 1C
Octal 34 117 164 114 40 0 67 315 75 34
Binary 11100 1001111 1110100 1001100 100000 0 110111 11001101 111101 11100

Color Harmonies of #1C4F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4F74

Black with #1C4F74

Text Example


Text Example

White with #1C4F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,79,116); }

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

background-color css

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

 a { background-color: rgb(28,79,116); }

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

border-color css

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

 span { border-color: rgb(28,79,116); }

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