Html Css Color HEX #1C3954 Regal Blue

📋 copy color: '#1C3954'

red 28 ◦ green 57 ◦ blue 84

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

Shades of Regal Blue #1C3954

Tints of Regal Blue #1C3954

RGB

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

 GREEN value IS 57 (22.66% from 255) = 33.73%

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

R = 16.57%
G = 33.73%
B = 49.7%

CMYK

 C value IS 0.67

 M value IS 0.32

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1C3954 (or 0x1C3954) is known color: Regal Blue. HEX triplet: 1C, 39 and 54. RGB value is (28,57,84). Sum of RGB (Red+Green+Blue) = 28+57+84=169 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.57% from 169); Green value is 57 (22.66% from 255 or 33.73% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #1C3954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3954 is #E3C6AB. Grayscale: #333333. Windows color (decimal): -14927532 or 5519644. OLE color: 5519644.

HSL color Cylindrical-coordinate representation of color #1C3954: hue angle of 208.93º 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 #1C3954 is Cyan = 0.67, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 28 57 84 -
CMYK 0.67 0.32 0 0.67
HSL 208.93º 0.5% 0.22% -
HSV(B) 208.93º 0.67% 0.33% -
XYZ 3.54 3.81 8.94 -
YUV 51.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 28 57 84 0.67 0.32 0 0.67 208.93 0.5 0.22
Hex 1C 39 54 43 20 0 43 D1 32 16
Octal 34 71 124 103 40 0 103 321 62 26
Binary 11100 111001 1010100 1000011 100000 0 1000011 11010001 110010 10110

Color Harmonies of #1C3954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3954

Black with #1C3954

Text Example


Text Example

White with #1C3954

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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