Html Css Color HEX #1C415D Regal Blue

📋 copy color: '#1C415D'

red 28 ◦ green 65 ◦ blue 93

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

Shades of Regal Blue #1C415D

Tints of Regal Blue #1C415D

RGB

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

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

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

R = 15.05%
G = 34.95%
B = 50%

CMYK

 C value IS 0.70

 M value IS 0.30

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C415D (or 0x1C415D) is known color: Regal Blue. HEX triplet: 1C, 41 and 5D. RGB value is (28,65,93). Sum of RGB (Red+Green+Blue) = 28+65+93=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C415D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C415D is #E3BEA2. Grayscale: #383838. Windows color (decimal): -14925475 or 6111516. OLE color: 6111516.

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

Color convert

RGB 28 65 93 -
CMYK 0.70 0.30 0 0.64
HSL 205.85º 0.54% 0.24% -
HSV(B) 205.85º 0.7% 0.36% -
XYZ 4.34 4.82 11.06 -
YUV 57.13 148.24 107.22 -
System Red Green Blue C M Y K H S L
Decimal 28 65 93 0.70 0.30 0 0.64 205.85 0.54 0.24
Hex 1C 41 5D 46 1E 0 40 CE 36 18
Octal 34 101 135 106 36 0 100 316 66 30
Binary 11100 1000001 1011101 1000110 11110 0 1000000 11001110 110110 11000

Color Harmonies of #1C415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C415D

Black with #1C415D

Text Example


Text Example

White with #1C415D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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