Html Css Color HEX #1A436C Regal Blue

📋 copy color: '#1A436C'

red 26 ◦ green 67 ◦ blue 108

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

Shades of Regal Blue #1A436C

Tints of Regal Blue #1A436C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.33%

 BLUE value IS 108 (42.58% from 255) = 53.73%

R = 12.94%
G = 33.33%
B = 53.73%

CMYK

 C value IS 0.76

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1A436C (or 0x1A436C) is known color: Regal Blue. HEX triplet: 1A, 43 and 6C. RGB value is (26,67,108). Sum of RGB (Red+Green+Blue) = 26+67+108=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 67 (26.56% from 255 or 33.33% from 201); Blue value is 108 (42.58% from 255 or 53.73% from 201); Max value from RGB is 108 - color contains mainly: blue. Hex color #1A436C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A436C is #E5BC93. Grayscale: #3B3B3B. Windows color (decimal): -15056020 or 7095066. OLE color: 7095066.

HSL color Cylindrical-coordinate representation of color #1A436C: hue angle of 210º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1A436C is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 26 67 108 -
CMYK 0.76 0.38 0 0.58
HSL 210º 0.61% 0.26% -
HSV(B) 210º 0.76% 0.42% -
XYZ 5.14 5.32 14.94 -
YUV 59.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 26 67 108 0.76 0.38 0 0.58 210 0.61 0.26
Hex 1A 43 6C 4C 26 0 3A D2 3D 1A
Octal 32 103 154 114 46 0 72 322 75 32
Binary 11010 1000011 1101100 1001100 100110 0 111010 11010010 111101 11010

Color Harmonies of #1A436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A436C

Black with #1A436C

Text Example


Text Example

White with #1A436C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,67,108); }

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

background-color css

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

 a { background-color: rgb(26,67,108); }

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

border-color css

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

 span { border-color: rgb(26,67,108); }

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