Html Css Color HEX #1A3C53 Regal Blue

📋 copy color: '#1A3C53'

red 26 ◦ green 60 ◦ blue 83

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

Shades of Regal Blue #1A3C53

Tints of Regal Blue #1A3C53

RGB

 RED value IS 26 (10.55% from 255) = 15.38%

 GREEN value IS 60 (23.83% from 255) = 35.5%

 BLUE value IS 83 (32.81% from 255) = 49.11%

R = 15.38%
G = 35.5%
B = 49.11%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1A3C53 (or 0x1A3C53) is known color: Regal Blue. HEX triplet: 1A, 3C and 53. RGB value is (26,60,83). Sum of RGB (Red+Green+Blue) = 26+60+83=169 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.38% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 83 (32.81% from 255 or 49.11% from 169); Max value from RGB is 83 - color contains mainly: blue. Hex color #1A3C53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3C53 is #E5C3AC. Grayscale: #343434. Windows color (decimal): -15057837 or 5454874. OLE color: 5454874.

HSL color Cylindrical-coordinate representation of color #1A3C53: hue angle of 204.21º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1A3C53 is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 26 60 83 -
CMYK 0.69 0.28 0 0.67
HSL 204.21º 0.52% 0.21% -
HSV(B) 204.21º 0.69% 0.33% -
XYZ 3.6 4.08 8.78 -
YUV 52.46 145.24 109.13 -
System Red Green Blue C M Y K H S L
Decimal 26 60 83 0.69 0.28 0 0.67 204.21 0.52 0.21
Hex 1A 3C 53 45 1C 0 43 CC 34 15
Octal 32 74 123 105 34 0 103 314 64 25
Binary 11010 111100 1010011 1000101 11100 0 1000011 11001100 110100 10101

Color Harmonies of #1A3C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3C53

Black with #1A3C53

Text Example


Text Example

White with #1A3C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,60,83); }

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

background-color css

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

 a { background-color: rgb(26,60,83); }

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

border-color css

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

 span { border-color: rgb(26,60,83); }

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