Html Css Color HEX #1C456F Regal Blue

📋 copy color: '#1C456F'

red 28 ◦ green 69 ◦ blue 111

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

Shades of Regal Blue #1C456F

Tints of Regal Blue #1C456F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.37%

R = 13.46%
G = 33.17%
B = 53.37%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1C456F (or 0x1C456F) is known color: Regal Blue. HEX triplet: 1C, 45 and 6F. RGB value is (28,69,111). Sum of RGB (Red+Green+Blue) = 28+69+111=208 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.46% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #1C456F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C456F is #E3BA90. Grayscale: #3D3D3D. Windows color (decimal): -14924433 or 7292188. OLE color: 7292188.

HSL color Cylindrical-coordinate representation of color #1C456F: hue angle of 210.36º 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 #1C456F is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 28 69 111 -
CMYK 0.75 0.38 0 0.56
HSL 210.36º 0.6% 0.27% -
HSV(B) 210.36º 0.75% 0.44% -
XYZ 5.48 5.65 15.84 -
YUV 61.53 155.92 104.08 -
System Red Green Blue C M Y K H S L
Decimal 28 69 111 0.75 0.38 0 0.56 210.36 0.6 0.27
Hex 1C 45 6F 4B 26 0 38 D2 3C 1B
Octal 34 105 157 113 46 0 70 322 74 33
Binary 11100 1000101 1101111 1001011 100110 0 111000 11010010 111100 11011

Color Harmonies of #1C456F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C456F

Black with #1C456F

Text Example


Text Example

White with #1C456F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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