Html Css Color HEX #1B4057 Regal Blue

📋 copy color: '#1B4057'

red 27 ◦ green 64 ◦ blue 87

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

Shades of Regal Blue #1B4057

Tints of Regal Blue #1B4057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 48.88%

R = 15.17%
G = 35.96%
B = 48.88%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1B4057 (or 0x1B4057) is known color: Regal Blue. HEX triplet: 1B, 40 and 57. RGB value is (27,64,87). Sum of RGB (Red+Green+Blue) = 27+64+87=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 64 (25.39% from 255 or 35.96% from 178); Blue value is 87 (34.38% from 255 or 48.88% from 178); Max value from RGB is 87 - color contains mainly: blue. Hex color #1B4057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4057 is #E4BFA8. Grayscale: #373737. Windows color (decimal): -14991273 or 5718043. OLE color: 5718043.

HSL color Cylindrical-coordinate representation of color #1B4057: hue angle of 203º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4057 is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 27 64 87 -
CMYK 0.69 0.26 0 0.66
HSL 203º 0.53% 0.22% -
HSV(B) 203º 0.69% 0.34% -
XYZ 4.01 4.59 9.69 -
YUV 55.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 27 64 87 0.69 0.26 0 0.66 203 0.53 0.22
Hex 1B 40 57 45 1A 0 42 CB 35 16
Octal 33 100 127 105 32 0 102 313 65 26
Binary 11011 1000000 1010111 1000101 11010 0 1000010 11001011 110101 10110

Color Harmonies of #1B4057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4057

Black with #1B4057

Text Example


Text Example

White with #1B4057

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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