Html Css Color HEX #1B405A Regal Blue

📋 copy color: '#1B405A'

red 27 ◦ green 64 ◦ blue 90

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

Shades of Regal Blue #1B405A

Tints of Regal Blue #1B405A

RGB

 RED value IS 27 (10.94% from 255) = 14.92%

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 90 (35.55% from 255) = 49.72%

R = 14.92%
G = 35.36%
B = 49.72%

CMYK

 C value IS 0.70

 M value IS 0.29

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B405A (or 0x1B405A) is known color: Regal Blue. HEX triplet: 1B, 40 and 5A. RGB value is (27,64,90). Sum of RGB (Red+Green+Blue) = 27+64+90=181 (23% of max value = 765). Red value is 27 (10.94% from 255 or 14.92% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B405A is #E4BFA5. Grayscale: #373737. Windows color (decimal): -14991270 or 5914651. OLE color: 5914651.

HSL color Cylindrical-coordinate representation of color #1B405A: hue angle of 204.76º degrees, saturation: 0.54, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1B405A is Cyan = 0.70, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 64 90 -
CMYK 0.70 0.29 0 0.65
HSL 204.76º 0.54% 0.23% -
HSV(B) 204.76º 0.7% 0.35% -
XYZ 4.13 4.64 10.35 -
YUV 55.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 27 64 90 0.70 0.29 0 0.65 204.76 0.54 0.23
Hex 1B 40 5A 46 1D 0 41 CD 36 17
Octal 33 100 132 106 35 0 101 315 66 27
Binary 11011 1000000 1011010 1000110 11101 0 1000001 11001101 110110 10111

Color Harmonies of #1B405A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B405A

Black with #1B405A

Text Example


Text Example

White with #1B405A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,64,90); }

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

background-color css

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

 a { background-color: rgb(27,64,90); }

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

border-color css

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

 span { border-color: rgb(27,64,90); }

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