Html Css Color HEX #1C3E5B Regal Blue

📋 copy color: '#1C3E5B'

red 28 ◦ green 62 ◦ blue 91

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

Shades of Regal Blue #1C3E5B

Tints of Regal Blue #1C3E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.25%

 BLUE value IS 91 (35.94% from 255) = 50.28%

R = 15.47%
G = 34.25%
B = 50.28%

CMYK

 C value IS 0.69

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C3E5B (or 0x1C3E5B) is known color: Regal Blue. HEX triplet: 1C, 3E and 5B. RGB value is (28,62,91). Sum of RGB (Red+Green+Blue) = 28+62+91=181 (23% of max value = 765). Red value is 28 (11.33% from 255 or 15.47% from 181); Green value is 62 (24.61% from 255 or 34.25% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C3E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3E5B is #E3C1A4. Grayscale: #363636. Windows color (decimal): -14926245 or 5979676. OLE color: 5979676.

HSL color Cylindrical-coordinate representation of color #1C3E5B: hue angle of 207.62º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1C3E5B is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 62 91 -
CMYK 0.69 0.32 0 0.64
HSL 207.62º 0.53% 0.23% -
HSV(B) 207.62º 0.69% 0.36% -
XYZ 4.09 4.45 10.54 -
YUV 55.14 148.24 108.64 -
System Red Green Blue C M Y K H S L
Decimal 28 62 91 0.69 0.32 0 0.64 207.62 0.53 0.23
Hex 1C 3E 5B 45 20 0 40 D0 35 17
Octal 34 76 133 105 40 0 100 320 65 27
Binary 11100 111110 1011011 1000101 100000 0 1000000 11010000 110101 10111

Color Harmonies of #1C3E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3E5B

Black with #1C3E5B

Text Example


Text Example

White with #1C3E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,62,91); }

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

background-color css

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

 a { background-color: rgb(28,62,91); }

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

border-color css

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

 span { border-color: rgb(28,62,91); }

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