Html Css Color HEX #1C415B Regal Blue

📋 copy color: '#1C415B'

red 28 ◦ green 65 ◦ blue 91

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

Shades of Regal Blue #1C415B

Tints of Regal Blue #1C415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

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

R = 15.22%
G = 35.33%
B = 49.46%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C415B (or 0x1C415B) is known color: Regal Blue. HEX triplet: 1C, 41 and 5B. RGB value is (28,65,91). Sum of RGB (Red+Green+Blue) = 28+65+91=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 91 (35.94% from 255 or 49.46% from 184); Max value from RGB is 91 - color contains mainly: blue. Hex color #1C415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C415B is #E3BEA4. Grayscale: #383838. Windows color (decimal): -14925477 or 5980444. OLE color: 5980444.

HSL color Cylindrical-coordinate representation of color #1C415B: hue angle of 204.76º 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 #1C415B is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 28 65 91 -
CMYK 0.69 0.29 0 0.64
HSL 204.76º 0.53% 0.23% -
HSV(B) 204.76º 0.69% 0.36% -
XYZ 4.26 4.78 10.6 -
YUV 56.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 28 65 91 0.69 0.29 0 0.64 204.76 0.53 0.23
Hex 1C 41 5B 45 1D 0 40 CD 35 17
Octal 34 101 133 105 35 0 100 315 65 27
Binary 11100 1000001 1011011 1000101 11101 0 1000000 11001101 110101 10111

Color Harmonies of #1C415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C415B

Black with #1C415B

Text Example


Text Example

White with #1C415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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