Html Css Color HEX #1A3750 Regal Blue

📋 copy color: '#1A3750'

red 26 ◦ green 55 ◦ blue 80

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

Shades of Regal Blue #1A3750

Tints of Regal Blue #1A3750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.16%

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

R = 16.15%
G = 34.16%
B = 49.69%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1A3750 (or 0x1A3750) is known color: Regal Blue. HEX triplet: 1A, 37 and 50. RGB value is (26,55,80). Sum of RGB (Red+Green+Blue) = 26+55+80=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3750 is #E5C8AF. Grayscale: #313131. Windows color (decimal): -15059120 or 5256986. OLE color: 5256986.

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

Color convert

RGB 26 55 80 -
CMYK 0.67 0.31 0 0.69
HSL 207.78º 0.51% 0.21% -
HSV(B) 207.78º 0.68% 0.31% -
XYZ 3.24 3.53 8.1 -
YUV 49.18 145.39 111.47 -
System Red Green Blue C M Y K H S L
Decimal 26 55 80 0.67 0.31 0 0.69 207.78 0.51 0.21
Hex 1A 37 50 43 1F 0 45 D0 33 15
Octal 32 67 120 103 37 0 105 320 63 25
Binary 11010 110111 1010000 1000011 11111 0 1000101 11010000 110011 10101

Color Harmonies of #1A3750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3750

Black with #1A3750

Text Example


Text Example

White with #1A3750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,55,80); }

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

background-color css

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

 a { background-color: rgb(26,55,80); }

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

border-color css

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

 span { border-color: rgb(26,55,80); }

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