Html Css Color HEX #1C3F54 Regal Blue

📋 copy color: '#1C3F54'

red 28 ◦ green 63 ◦ blue 84

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

Shades of Regal Blue #1C3F54

Tints of Regal Blue #1C3F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 48%

R = 16%
G = 36%
B = 48%

CMYK

 C value IS 0.67

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1C3F54 (or 0x1C3F54) is known color: Regal Blue. HEX triplet: 1C, 3F and 54. RGB value is (28,63,84). Sum of RGB (Red+Green+Blue) = 28+63+84=175 (23% of max value = 765). Red value is 28 (11.33% from 255 or 16% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 84 (33.20% from 255 or 48% from 175); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C3F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3F54 is #E3C0AB. Grayscale: #363636. Windows color (decimal): -14925996 or 5521180. OLE color: 5521180.

HSL color Cylindrical-coordinate representation of color #1C3F54: hue angle of 202.5º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1C3F54 is Cyan = 0.67, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 63 84 -
CMYK 0.67 0.25 0 0.67
HSL 202.5º 0.5% 0.22% -
HSV(B) 202.5º 0.67% 0.33% -
XYZ 3.86 4.44 9.04 -
YUV 54.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 28 63 84 0.67 0.25 0 0.67 202.5 0.5 0.22
Hex 1C 3F 54 43 19 0 43 CA 32 16
Octal 34 77 124 103 31 0 103 312 62 26
Binary 11100 111111 1010100 1000011 11001 0 1000011 11001010 110010 10110

Color Harmonies of #1C3F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3F54

Black with #1C3F54

Text Example


Text Example

White with #1C3F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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