Html Css Color HEX #1A3850 Regal Blue

📋 copy color: '#1A3850'

red 26 ◦ green 56 ◦ blue 80

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

Shades of Regal Blue #1A3850

Tints of Regal Blue #1A3850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.57%

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

R = 16.05%
G = 34.57%
B = 49.38%

CMYK

 C value IS 0.67

 M value IS 0.30

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1A3850 (or 0x1A3850) is known color: Regal Blue. HEX triplet: 1A, 38 and 50. RGB value is (26,56,80). Sum of RGB (Red+Green+Blue) = 26+56+80=162 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.05% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A3850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3850 is #E5C7AF. Grayscale: #313131. Windows color (decimal): -15058864 or 5257242. OLE color: 5257242.

HSL color Cylindrical-coordinate representation of color #1A3850: hue angle of 206.67º 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 #1A3850 is Cyan = 0.67, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 26 56 80 -
CMYK 0.67 0.30 0 0.69
HSL 206.67º 0.51% 0.21% -
HSV(B) 206.67º 0.68% 0.31% -
XYZ 3.29 3.63 8.12 -
YUV 49.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 26 56 80 0.67 0.30 0 0.69 206.67 0.51 0.21
Hex 1A 38 50 43 1E 0 45 CF 33 15
Octal 32 70 120 103 36 0 105 317 63 25
Binary 11010 111000 1010000 1000011 11110 0 1000101 11001111 110011 10101

Color Harmonies of #1A3850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A3850

Black with #1A3850

Text Example


Text Example

White with #1A3850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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