Html Css Color HEX #1B395D Regal Blue

📋 copy color: '#1B395D'

red 27 ◦ green 57 ◦ blue 93

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

Shades of Regal Blue #1B395D

Tints of Regal Blue #1B395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

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

R = 15.25%
G = 32.2%
B = 52.54%

CMYK

 C value IS 0.71

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B395D (or 0x1B395D) is known color: Regal Blue. HEX triplet: 1B, 39 and 5D. RGB value is (27,57,93). Sum of RGB (Red+Green+Blue) = 27+57+93=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B395D is #E4C6A2. Grayscale: #333333. Windows color (decimal): -14993059 or 6109467. OLE color: 6109467.

HSL color Cylindrical-coordinate representation of color #1B395D: hue angle of 212.73º 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 #1B395D is Cyan = 0.71, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 27 57 93 -
CMYK 0.71 0.39 0 0.64
HSL 212.73º 0.55% 0.24% -
HSV(B) 212.73º 0.71% 0.36% -
XYZ 3.89 3.95 10.91 -
YUV 52.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 27 57 93 0.71 0.39 0 0.64 212.73 0.55 0.24
Hex 1B 39 5D 47 27 0 40 D5 37 18
Octal 33 71 135 107 47 0 100 325 67 30
Binary 11011 111001 1011101 1000111 100111 0 1000000 11010101 110111 11000

Color Harmonies of #1B395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B395D

Black with #1B395D

Text Example


Text Example

White with #1B395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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