Html Css Color HEX #1C3951 Regal Blue

📋 copy color: '#1C3951'

red 28 ◦ green 57 ◦ blue 81

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

Shades of Regal Blue #1C3951

Tints of Regal Blue #1C3951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 48.8%

R = 16.87%
G = 34.34%
B = 48.8%

CMYK

 C value IS 0.65

 M value IS 0.30

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1C3951 (or 0x1C3951) is known color: Regal Blue. HEX triplet: 1C, 39 and 51. RGB value is (28,57,81). Sum of RGB (Red+Green+Blue) = 28+57+81=166 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.87% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 81 (32.03% from 255 or 48.80% from 166); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C3951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3951 is #E3C6AE. Grayscale: #323232. Windows color (decimal): -14927535 or 5323036. OLE color: 5323036.

HSL color Cylindrical-coordinate representation of color #1C3951: hue angle of 207.17º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3951 is Cyan = 0.65, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 28 57 81 -
CMYK 0.65 0.30 0 0.68
HSL 207.17º 0.49% 0.21% -
HSV(B) 207.17º 0.65% 0.32% -
XYZ 3.43 3.77 8.33 -
YUV 51.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 28 57 81 0.65 0.30 0 0.68 207.17 0.49 0.21
Hex 1C 39 51 41 1E 0 44 CF 31 15
Octal 34 71 121 101 36 0 104 317 61 25
Binary 11100 111001 1010001 1000001 11110 0 1000100 11001111 110001 10101

Color Harmonies of #1C3951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3951

Black with #1C3951

Text Example


Text Example

White with #1C3951

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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