Html Css Color HEX #1C4568 Regal Blue

📋 copy color: '#1C4568'

red 28 ◦ green 69 ◦ blue 104

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

Shades of Regal Blue #1C4568

Tints of Regal Blue #1C4568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.33%

 BLUE value IS 104 (41.02% from 255) = 51.74%

R = 13.93%
G = 34.33%
B = 51.74%

CMYK

 C value IS 0.73

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1C4568 (or 0x1C4568) is known color: Regal Blue. HEX triplet: 1C, 45 and 68. RGB value is (28,69,104). Sum of RGB (Red+Green+Blue) = 28+69+104=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 69 (27.34% from 255 or 34.33% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #1C4568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4568 is #E3BA97. Grayscale: #3C3C3C. Windows color (decimal): -14924440 or 6833436. OLE color: 6833436.

HSL color Cylindrical-coordinate representation of color #1C4568: hue angle of 207.63º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1C4568 is Cyan = 0.73, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 28 69 104 -
CMYK 0.73 0.34 0 0.59
HSL 207.63º 0.58% 0.26% -
HSV(B) 207.63º 0.73% 0.41% -
XYZ 5.11 5.5 13.89 -
YUV 60.73 152.42 104.65 -
System Red Green Blue C M Y K H S L
Decimal 28 69 104 0.73 0.34 0 0.59 207.63 0.58 0.26
Hex 1C 45 68 49 22 0 3B D0 3A 1A
Octal 34 105 150 111 42 0 73 320 72 32
Binary 11100 1000101 1101000 1001001 100010 0 111011 11010000 111010 11010

Color Harmonies of #1C4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4568

Black with #1C4568

Text Example


Text Example

White with #1C4568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,69,104); }

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

background-color css

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

 a { background-color: rgb(28,69,104); }

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

border-color css

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

 span { border-color: rgb(28,69,104); }

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