Html Css Color HEX #1B3756 Regal Blue

📋 copy color: '#1B3756'

red 27 ◦ green 55 ◦ blue 86

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

Shades of Regal Blue #1B3756

Tints of Regal Blue #1B3756

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.74%

 BLUE value IS 86 (33.98% from 255) = 51.19%

R = 16.07%
G = 32.74%
B = 51.19%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#1B3756 (or 0x1B3756) is known color: Regal Blue. HEX triplet: 1B, 37 and 56. RGB value is (27,55,86). Sum of RGB (Red+Green+Blue) = 27+55+86=168 (22% of max value = 765). Red value is 27 (10.94% from 255 or 16.07% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #1B3756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3756 is #E4C8A9. Grayscale: #323232. Windows color (decimal): -14993578 or 5650203. OLE color: 5650203.

HSL color Cylindrical-coordinate representation of color #1B3756: hue angle of 211.53º degrees, saturation: 0.52, 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 #1B3756 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 27 55 86 -
CMYK 0.69 0.36 0 0.66
HSL 211.53º 0.52% 0.22% -
HSV(B) 211.53º 0.69% 0.34% -
XYZ 3.5 3.64 9.32 -
YUV 50.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 27 55 86 0.69 0.36 0 0.66 211.53 0.52 0.22
Hex 1B 37 56 45 24 0 42 D4 34 16
Octal 33 67 126 105 44 0 102 324 64 26
Binary 11011 110111 1010110 1000101 100100 0 1000010 11010100 110100 10110

Color Harmonies of #1B3756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3756

Black with #1B3756

Text Example


Text Example

White with #1B3756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,55,86); }

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

background-color css

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

 a { background-color: rgb(27,55,86); }

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

border-color css

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

 span { border-color: rgb(27,55,86); }

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