Html Css Color HEX #1B4058 Regal Blue

📋 copy color: '#1B4058'

red 27 ◦ green 64 ◦ blue 88

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

Shades of Regal Blue #1B4058

Tints of Regal Blue #1B4058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 49.16%

R = 15.08%
G = 35.75%
B = 49.16%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#1B4058 (or 0x1B4058) is known color: Regal Blue. HEX triplet: 1B, 40 and 58. RGB value is (27,64,88). Sum of RGB (Red+Green+Blue) = 27+64+88=179 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.08% from 179); Green value is 64 (25.39% from 255 or 35.75% from 179); Blue value is 88 (34.77% from 255 or 49.16% from 179); Max value from RGB is 88 - color contains mainly: blue. Hex color #1B4058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4058 is #E4BFA7. Grayscale: #373737. Windows color (decimal): -14991272 or 5783579. OLE color: 5783579.

HSL color Cylindrical-coordinate representation of color #1B4058: hue angle of 203.61º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1B4058 is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 27 64 88 -
CMYK 0.69 0.27 0 0.65
HSL 203.61º 0.53% 0.23% -
HSV(B) 203.61º 0.69% 0.35% -
XYZ 4.05 4.6 9.91 -
YUV 55.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 27 64 88 0.69 0.27 0 0.65 203.61 0.53 0.23
Hex 1B 40 58 45 1B 0 41 CC 35 17
Octal 33 100 130 105 33 0 101 314 65 27
Binary 11011 1000000 1011000 1000101 11011 0 1000001 11001100 110101 10111

Color Harmonies of #1B4058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4058

Black with #1B4058

Text Example


Text Example

White with #1B4058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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