Html Css Color HEX #1C3451 Regal Blue

📋 copy color: '#1C3451'

red 28 ◦ green 52 ◦ blue 81

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

Shades of Regal Blue #1C3451

Tints of Regal Blue #1C3451

RGB

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

 GREEN value IS 52 (20.7% from 255) = 32.3%

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

R = 17.39%
G = 32.3%
B = 50.31%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1C3451 (or 0x1C3451) is known color: Regal Blue. HEX triplet: 1C, 34 and 51. RGB value is (28,52,81). Sum of RGB (Red+Green+Blue) = 28+52+81=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 52 (20.70% from 255 or 32.30% from 161); Blue value is 81 (32.03% from 255 or 50.31% from 161); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C3451 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3451 is #E3CBAE. Grayscale: #2F2F2F. Windows color (decimal): -14928815 or 5321756. OLE color: 5321756.

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

Color convert

RGB 28 52 81 -
CMYK 0.65 0.36 0 0.68
HSL 212.83º 0.49% 0.21% -
HSV(B) 212.83º 0.65% 0.32% -
XYZ 3.19 3.3 8.25 -
YUV 48.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 28 52 81 0.65 0.36 0 0.68 212.83 0.49 0.21
Hex 1C 34 51 41 24 0 44 D5 31 15
Octal 34 64 121 101 44 0 104 325 61 25
Binary 11100 110100 1010001 1000001 100100 0 1000100 11010101 110001 10101

Color Harmonies of #1C3451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3451

Black with #1C3451

Text Example


Text Example

White with #1C3451

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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