Html Css Color HEX #1C456C Regal Blue

📋 copy color: '#1C456C'

red 28 ◦ green 69 ◦ blue 108

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

Shades of Regal Blue #1C456C

Tints of Regal Blue #1C456C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.68%

R = 13.66%
G = 33.66%
B = 52.68%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1C456C (or 0x1C456C) is known color: Regal Blue. HEX triplet: 1C, 45 and 6C. RGB value is (28,69,108). Sum of RGB (Red+Green+Blue) = 28+69+108=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #1C456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C456C is #E3BA93. Grayscale: #3C3C3C. Windows color (decimal): -14924436 or 7095580. OLE color: 7095580.

HSL color Cylindrical-coordinate representation of color #1C456C: hue angle of 209.25º degrees, saturation: 0.59, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1C456C is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 28 69 108 -
CMYK 0.74 0.36 0 0.58
HSL 209.25º 0.59% 0.27% -
HSV(B) 209.25º 0.74% 0.42% -
XYZ 5.31 5.59 14.99 -
YUV 61.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 28 69 108 0.74 0.36 0 0.58 209.25 0.59 0.27
Hex 1C 45 6C 4A 24 0 3A D1 3B 1B
Octal 34 105 154 112 44 0 72 321 73 33
Binary 11100 1000101 1101100 1001010 100100 0 111010 11010001 111011 11011

Color Harmonies of #1C456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C456C

Black with #1C456C

Text Example


Text Example

White with #1C456C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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