Html Css Color HEX #1C3B50 Regal Blue

📋 copy color: '#1C3B50'

red 28 ◦ green 59 ◦ blue 80

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

Shades of Regal Blue #1C3B50

Tints of Regal Blue #1C3B50

RGB

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

 GREEN value IS 59 (23.44% from 255) = 35.33%

 BLUE value IS 80 (31.64% from 255) = 47.9%

R = 16.77%
G = 35.33%
B = 47.9%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1C3B50 (or 0x1C3B50) is known color: Regal Blue. HEX triplet: 1C, 3B and 50. RGB value is (28,59,80). Sum of RGB (Red+Green+Blue) = 28+59+80=167 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.77% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 80 (31.64% from 255 or 47.90% from 167); Max value from RGB is 80 - color contains mainly: blue. Hex color #1C3B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C3B50 is #E3C4AF. Grayscale: #343434. Windows color (decimal): -14927024 or 5258012. OLE color: 5258012.

HSL color Cylindrical-coordinate representation of color #1C3B50: hue angle of 204.23º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1C3B50 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 28 59 80 -
CMYK 0.65 0.26 0 0.69
HSL 204.23º 0.48% 0.21% -
HSV(B) 204.23º 0.65% 0.31% -
XYZ 3.49 3.95 8.17 -
YUV 52.13 143.73 110.79 -
System Red Green Blue C M Y K H S L
Decimal 28 59 80 0.65 0.26 0 0.69 204.23 0.48 0.21
Hex 1C 3B 50 41 1A 0 45 CC 30 15
Octal 34 73 120 101 32 0 105 314 60 25
Binary 11100 111011 1010000 1000001 11010 0 1000101 11001100 110000 10101

Color Harmonies of #1C3B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3B50

Black with #1C3B50

Text Example


Text Example

White with #1C3B50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,59,80); }

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

background-color css

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

 a { background-color: rgb(28,59,80); }

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

border-color css

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

 span { border-color: rgb(28,59,80); }

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