Html Css Color HEX #1A3D60 Regal Blue

📋 copy color: '#1A3D60'

red 26 ◦ green 61 ◦ blue 96

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

Shades of Regal Blue #1A3D60

Tints of Regal Blue #1A3D60

RGB

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

 GREEN value IS 61 (24.22% from 255) = 33.33%

 BLUE value IS 96 (37.89% from 255) = 52.46%

R = 14.21%
G = 33.33%
B = 52.46%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1A3D60 (or 0x1A3D60) is known color: Regal Blue. HEX triplet: 1A, 3D and 60. RGB value is (26,61,96). Sum of RGB (Red+Green+Blue) = 26+61+96=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A3D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3D60 is #E5C29F. Grayscale: #363636. Windows color (decimal): -15057568 or 6307098. OLE color: 6307098.

HSL color Cylindrical-coordinate representation of color #1A3D60: hue angle of 210º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A3D60 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 26 61 96 -
CMYK 0.73 0.36 0 0.62
HSL 210º 0.57% 0.24% -
HSV(B) 210º 0.73% 0.38% -
XYZ 4.21 4.4 11.69 -
YUV 54.53 151.4 107.65 -
System Red Green Blue C M Y K H S L
Decimal 26 61 96 0.73 0.36 0 0.62 210 0.57 0.24
Hex 1A 3D 60 49 24 0 3E D2 39 18
Octal 32 75 140 111 44 0 76 322 71 30
Binary 11010 111101 1100000 1001001 100100 0 111110 11010010 111001 11000

Color Harmonies of #1A3D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3D60

Black with #1A3D60

Text Example


Text Example

White with #1A3D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,61,96); }

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

background-color css

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

 a { background-color: rgb(26,61,96); }

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

border-color css

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

 span { border-color: rgb(26,61,96); }

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