Html Css Color HEX #1A4568 Regal Blue

📋 copy color: '#1A4568'

red 26 ◦ green 69 ◦ blue 104

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

Shades of Regal Blue #1A4568

Tints of Regal Blue #1A4568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.67%

 BLUE value IS 104 (41.02% from 255) = 52.26%

R = 13.07%
G = 34.67%
B = 52.26%

CMYK

 C value IS 0.75

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#1A4568 (or 0x1A4568) is known color: Regal Blue. HEX triplet: 1A, 45 and 68. RGB value is (26,69,104). Sum of RGB (Red+Green+Blue) = 26+69+104=199 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13.07% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 104 (41.02% from 255 or 52.26% from 199); Max value from RGB is 104 - color contains mainly: blue. Hex color #1A4568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4568 is #E5BA97. Grayscale: #3B3B3B. Windows color (decimal): -15055512 or 6833434. OLE color: 6833434.

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

Color convert

RGB 26 69 104 -
CMYK 0.75 0.34 0 0.59
HSL 206.92º 0.6% 0.25% -
HSV(B) 206.92º 0.75% 0.41% -
XYZ 5.05 5.48 13.89 -
YUV 60.13 152.75 103.65 -
System Red Green Blue C M Y K H S L
Decimal 26 69 104 0.75 0.34 0 0.59 206.92 0.6 0.25
Hex 1A 45 68 4B 22 0 3B CF 3C 19
Octal 32 105 150 113 42 0 73 317 74 31
Binary 11010 1000101 1101000 1001011 100010 0 111011 11001111 111100 11001

Color Harmonies of #1A4568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A4568

Black with #1A4568

Text Example


Text Example

White with #1A4568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,69,104); }

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

background-color css

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

 a { background-color: rgb(26,69,104); }

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

border-color css

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

 span { border-color: rgb(26,69,104); }

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