Html Css Color HEX #1B3B5D Regal Blue

📋 copy color: '#1B3B5D'

red 27 ◦ green 59 ◦ blue 93

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

Shades of Regal Blue #1B3B5D

Tints of Regal Blue #1B3B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.96%

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

R = 15.08%
G = 32.96%
B = 51.96%

CMYK

 C value IS 0.71

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1B3B5D (or 0x1B3B5D) is known color: Regal Blue. HEX triplet: 1B, 3B and 5D. RGB value is (27,59,93). Sum of RGB (Red+Green+Blue) = 27+59+93=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B3B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3B5D is #E4C4A2. Grayscale: #353535. Windows color (decimal): -14992547 or 6109979. OLE color: 6109979.

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

Color convert

RGB 27 59 93 -
CMYK 0.71 0.37 0 0.64
HSL 210.91º 0.55% 0.24% -
HSV(B) 210.91º 0.71% 0.36% -
XYZ 3.99 4.15 10.95 -
YUV 53.31 150.4 109.24 -
System Red Green Blue C M Y K H S L
Decimal 27 59 93 0.71 0.37 0 0.64 210.91 0.55 0.24
Hex 1B 3B 5D 47 25 0 40 D3 37 18
Octal 33 73 135 107 45 0 100 323 67 30
Binary 11011 111011 1011101 1000111 100101 0 1000000 11010011 110111 11000

Color Harmonies of #1B3B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3B5D

Black with #1B3B5D

Text Example


Text Example

White with #1B3B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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