Html Css Color HEX #1C405F Regal Blue

📋 copy color: '#1C405F'

red 28 ◦ green 64 ◦ blue 95

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

Shades of Regal Blue #1C405F

Tints of Regal Blue #1C405F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.22%

 BLUE value IS 95 (37.5% from 255) = 50.8%

R = 14.97%
G = 34.22%
B = 50.8%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#1C405F (or 0x1C405F) is known color: Regal Blue. HEX triplet: 1C, 40 and 5F. RGB value is (28,64,95). Sum of RGB (Red+Green+Blue) = 28+64+95=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #1C405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C405F is #E3BFA0. Grayscale: #383838. Windows color (decimal): -14925729 or 6242332. OLE color: 6242332.

HSL color Cylindrical-coordinate representation of color #1C405F: hue angle of 207.76º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C405F is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 28 64 95 -
CMYK 0.71 0.33 0 0.63
HSL 207.76º 0.54% 0.24% -
HSV(B) 207.76º 0.71% 0.37% -
XYZ 4.38 4.74 11.51 -
YUV 56.77 149.57 107.48 -
System Red Green Blue C M Y K H S L
Decimal 28 64 95 0.71 0.33 0 0.63 207.76 0.54 0.24
Hex 1C 40 5F 47 21 0 3F D0 36 18
Octal 34 100 137 107 41 0 77 320 66 30
Binary 11100 1000000 1011111 1000111 100001 0 111111 11010000 110110 11000

Color Harmonies of #1C405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C405F

Black with #1C405F

Text Example


Text Example

White with #1C405F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,64,95); }

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

background-color css

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

 a { background-color: rgb(28,64,95); }

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

border-color css

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

 span { border-color: rgb(28,64,95); }

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