Html Css Color HEX #1C3751 Regal Blue

📋 copy color: '#1C3751'

red 28 ◦ green 55 ◦ blue 81

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

Shades of Regal Blue #1C3751

Tints of Regal Blue #1C3751

RGB

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

 GREEN value IS 55 (21.88% from 255) = 33.54%

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

R = 17.07%
G = 33.54%
B = 49.39%

CMYK

 C value IS 0.65

 M value IS 0.32

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1C3751 (or 0x1C3751) is known color: Regal Blue. HEX triplet: 1C, 37 and 51. RGB value is (28,55,81). Sum of RGB (Red+Green+Blue) = 28+55+81=164 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.07% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 81 (32.03% from 255 or 49.39% from 164); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C3751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3751 is #E3C8AE. Grayscale: #313131. Windows color (decimal): -14928047 or 5322524. OLE color: 5322524.

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

Color convert

RGB 28 55 81 -
CMYK 0.65 0.32 0 0.68
HSL 209.43º 0.49% 0.21% -
HSV(B) 209.43º 0.65% 0.32% -
XYZ 3.33 3.57 8.3 -
YUV 49.89 145.55 112.39 -
System Red Green Blue C M Y K H S L
Decimal 28 55 81 0.65 0.32 0 0.68 209.43 0.49 0.21
Hex 1C 37 51 41 20 0 44 D1 31 15
Octal 34 67 121 101 40 0 104 321 61 25
Binary 11100 110111 1010001 1000001 100000 0 1000100 11010001 110001 10101

Color Harmonies of #1C3751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3751

Black with #1C3751

Text Example


Text Example

White with #1C3751

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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