Html Css Color HEX #1C3851 Regal Blue

📋 copy color: '#1C3851'

red 28 ◦ green 56 ◦ blue 81

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

Shades of Regal Blue #1C3851

Tints of Regal Blue #1C3851

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.94%

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

R = 16.97%
G = 33.94%
B = 49.09%

CMYK

 C value IS 0.65

 M value IS 0.31

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1C3851 (or 0x1C3851) is known color: Regal Blue. HEX triplet: 1C, 38 and 51. RGB value is (28,56,81). Sum of RGB (Red+Green+Blue) = 28+56+81=165 (21% of max value = 765). Red value is 28 (11.33% from 255 or 16.97% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 81 (32.03% from 255 or 49.09% from 165); Max value from RGB is 81 - color contains mainly: blue. Hex color #1C3851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3851 is #E3C7AE. Grayscale: #323232. Windows color (decimal): -14927791 or 5322780. OLE color: 5322780.

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

Color convert

RGB 28 56 81 -
CMYK 0.65 0.31 0 0.68
HSL 208.3º 0.49% 0.21% -
HSV(B) 208.3º 0.65% 0.32% -
XYZ 3.38 3.67 8.31 -
YUV 50.48 145.22 111.97 -
System Red Green Blue C M Y K H S L
Decimal 28 56 81 0.65 0.31 0 0.68 208.3 0.49 0.21
Hex 1C 38 51 41 1F 0 44 D0 31 15
Octal 34 70 121 101 37 0 104 320 61 25
Binary 11100 111000 1010001 1000001 11111 0 1000100 11010000 110001 10101

Color Harmonies of #1C3851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3851

Black with #1C3851

Text Example


Text Example

White with #1C3851

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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