Html Css Color HEX #1C4059 Regal Blue

📋 copy color: '#1C4059'

red 28 ◦ green 64 ◦ blue 89

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

Shades of Regal Blue #1C4059

Tints of Regal Blue #1C4059

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 89 (35.16% from 255) = 49.17%

R = 15.47%
G = 35.36%
B = 49.17%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1C4059 (or 0x1C4059) is known color: Regal Blue. HEX triplet: 1C, 40 and 59. RGB value is (28,64,89). Sum of RGB (Red+Green+Blue) = 28+64+89=181 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.47% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #1C4059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4059 is #E3BFA6. Grayscale: #373737. Windows color (decimal): -14925735 or 5849116. OLE color: 5849116.

HSL color Cylindrical-coordinate representation of color #1C4059: hue angle of 204.59º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C4059 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 28 64 89 -
CMYK 0.69 0.28 0 0.65
HSL 204.59º 0.52% 0.23% -
HSV(B) 204.59º 0.69% 0.35% -
XYZ 4.12 4.63 10.13 -
YUV 56.09 146.57 107.97 -
System Red Green Blue C M Y K H S L
Decimal 28 64 89 0.69 0.28 0 0.65 204.59 0.52 0.23
Hex 1C 40 59 45 1C 0 41 CD 34 17
Octal 34 100 131 105 34 0 101 315 64 27
Binary 11100 1000000 1011001 1000101 11100 0 1000001 11001101 110100 10111

Color Harmonies of #1C4059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4059

Black with #1C4059

Text Example


Text Example

White with #1C4059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,64,89); }

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

background-color css

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

 a { background-color: rgb(28,64,89); }

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

border-color css

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

 span { border-color: rgb(28,64,89); }

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