Html Css Color HEX #1A3C65 Regal Blue

📋 copy color: '#1A3C65'

red 26 ◦ green 60 ◦ blue 101

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

Shades of Regal Blue #1A3C65

Tints of Regal Blue #1A3C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 54.01%

R = 13.9%
G = 32.09%
B = 54.01%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1A3C65 (or 0x1A3C65) is known color: Regal Blue. HEX triplet: 1A, 3C and 65. RGB value is (26,60,101). Sum of RGB (Red+Green+Blue) = 26+60+101=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #1A3C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3C65 is #E5C39A. Grayscale: #363636. Windows color (decimal): -15057819 or 6634522. OLE color: 6634522.

HSL color Cylindrical-coordinate representation of color #1A3C65: hue angle of 212.8º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1A3C65 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 26 60 101 -
CMYK 0.74 0.41 0 0.60
HSL 212.8º 0.59% 0.25% -
HSV(B) 212.8º 0.74% 0.4% -
XYZ 4.39 4.39 12.93 -
YUV 54.51 154.24 107.67 -
System Red Green Blue C M Y K H S L
Decimal 26 60 101 0.74 0.41 0 0.60 212.8 0.59 0.25
Hex 1A 3C 65 4A 29 0 3C D5 3B 19
Octal 32 74 145 112 51 0 74 325 73 31
Binary 11010 111100 1100101 1001010 101001 0 111100 11010101 111011 11001

Color Harmonies of #1A3C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3C65

Black with #1A3C65

Text Example


Text Example

White with #1A3C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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