Html Css Color HEX #1B3E5D Regal Blue

📋 copy color: '#1B3E5D'

red 27 ◦ green 62 ◦ blue 93

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

Shades of Regal Blue #1B3E5D

Tints of Regal Blue #1B3E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 34.07%

 BLUE value IS 93 (36.72% from 255) = 51.1%

R = 14.84%
G = 34.07%
B = 51.1%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B3E5D (or 0x1B3E5D) is known color: Regal Blue. HEX triplet: 1B, 3E and 5D. RGB value is (27,62,93). Sum of RGB (Red+Green+Blue) = 27+62+93=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B3E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3E5D is #E4C1A2. Grayscale: #363636. Windows color (decimal): -14991779 or 6110747. OLE color: 6110747.

HSL color Cylindrical-coordinate representation of color #1B3E5D: hue angle of 208.18º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1B3E5D is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 62 93 -
CMYK 0.71 0.33 0 0.64
HSL 208.18º 0.55% 0.24% -
HSV(B) 208.18º 0.71% 0.36% -
XYZ 4.15 4.47 11 -
YUV 55.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 27 62 93 0.71 0.33 0 0.64 208.18 0.55 0.24
Hex 1B 3E 5D 47 21 0 40 D0 37 18
Octal 33 76 135 107 41 0 100 320 67 30
Binary 11011 111110 1011101 1000111 100001 0 1000000 11010000 110111 11000

Color Harmonies of #1B3E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3E5D

Black with #1B3E5D

Text Example


Text Example

White with #1B3E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,62,93); }

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

background-color css

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

 a { background-color: rgb(27,62,93); }

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

border-color css

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

 span { border-color: rgb(27,62,93); }

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