Html Css Color HEX #1C3F5D Regal Blue

📋 copy color: '#1C3F5D'

red 28 ◦ green 63 ◦ blue 93

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

Shades of Regal Blue #1C3F5D

Tints of Regal Blue #1C3F5D

RGB

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

 GREEN value IS 63 (25% from 255) = 34.24%

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 15.22%
G = 34.24%
B = 50.54%

CMYK

 C value IS 0.70

 M value IS 0.32

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C3F5D (or 0x1C3F5D) is known color: Regal Blue. HEX triplet: 1C, 3F and 5D. RGB value is (28,63,93). Sum of RGB (Red+Green+Blue) = 28+63+93=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C3F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3F5D is #E3C0A2. Grayscale: #373737. Windows color (decimal): -14925987 or 6111004. OLE color: 6111004.

HSL color Cylindrical-coordinate representation of color #1C3F5D: hue angle of 207.69º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1C3F5D is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 63 93 -
CMYK 0.70 0.32 0 0.64
HSL 207.69º 0.54% 0.24% -
HSV(B) 207.69º 0.7% 0.36% -
XYZ 4.23 4.59 11.02 -
YUV 55.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 28 63 93 0.70 0.32 0 0.64 207.69 0.54 0.24
Hex 1C 3F 5D 46 20 0 40 D0 36 18
Octal 34 77 135 106 40 0 100 320 66 30
Binary 11100 111111 1011101 1000110 100000 0 1000000 11010000 110110 11000

Color Harmonies of #1C3F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3F5D

Black with #1C3F5D

Text Example


Text Example

White with #1C3F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,63,93); }

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

background-color css

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

 a { background-color: rgb(28,63,93); }

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

border-color css

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

 span { border-color: rgb(28,63,93); }

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