Html Css Color HEX #1C3D5D Regal Blue

📋 copy color: '#1C3D5D'

red 28 ◦ green 61 ◦ blue 93

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

Shades of Regal Blue #1C3D5D

Tints of Regal Blue #1C3D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.52%

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

R = 15.38%
G = 33.52%
B = 51.1%

CMYK

 C value IS 0.70

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1C3D5D (or 0x1C3D5D) is known color: Regal Blue. HEX triplet: 1C, 3D and 5D. RGB value is (28,61,93). Sum of RGB (Red+Green+Blue) = 28+61+93=182 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.38% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #1C3D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3D5D is #E3C2A2. Grayscale: #363636. Windows color (decimal): -14926499 or 6110492. OLE color: 6110492.

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

Color convert

RGB 28 61 93 -
CMYK 0.70 0.34 0 0.64
HSL 209.54º 0.54% 0.24% -
HSV(B) 209.54º 0.7% 0.36% -
XYZ 4.12 4.37 10.98 -
YUV 54.78 149.57 108.9 -
System Red Green Blue C M Y K H S L
Decimal 28 61 93 0.70 0.34 0 0.64 209.54 0.54 0.24
Hex 1C 3D 5D 46 22 0 40 D2 36 18
Octal 34 75 135 106 42 0 100 322 66 30
Binary 11100 111101 1011101 1000110 100010 0 1000000 11010010 110110 11000

Color Harmonies of #1C3D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3D5D

Black with #1C3D5D

Text Example


Text Example

White with #1C3D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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