Html Css Color HEX #1B415A Regal Blue

📋 copy color: '#1B415A'

red 27 ◦ green 65 ◦ blue 90

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

Shades of Regal Blue #1B415A

Tints of Regal Blue #1B415A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.71%

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

R = 14.84%
G = 35.71%
B = 49.45%

CMYK

 C value IS 0.70

 M value IS 0.28

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B415A (or 0x1B415A) is known color: Regal Blue. HEX triplet: 1B, 41 and 5A. RGB value is (27,65,90). Sum of RGB (Red+Green+Blue) = 27+65+90=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B415A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B415A is #E4BEA5. Grayscale: #383838. Windows color (decimal): -14991014 or 5914907. OLE color: 5914907.

HSL color Cylindrical-coordinate representation of color #1B415A: hue angle of 203.81º 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 #1B415A is Cyan = 0.70, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 65 90 -
CMYK 0.70 0.28 0 0.65
HSL 203.81º 0.54% 0.23% -
HSV(B) 203.81º 0.7% 0.35% -
XYZ 4.19 4.75 10.37 -
YUV 56.49 146.91 106.97 -
System Red Green Blue C M Y K H S L
Decimal 27 65 90 0.70 0.28 0 0.65 203.81 0.54 0.23
Hex 1B 41 5A 46 1C 0 41 CC 36 17
Octal 33 101 132 106 34 0 101 314 66 27
Binary 11011 1000001 1011010 1000110 11100 0 1000001 11001100 110110 10111

Color Harmonies of #1B415A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B415A

Black with #1B415A

Text Example


Text Example

White with #1B415A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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