Html Css Color HEX #1B374E Regal Blue

📋 copy color: '#1B374E'

red 27 ◦ green 55 ◦ blue 78

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

Shades of Regal Blue #1B374E

Tints of Regal Blue #1B374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 48.75%

R = 16.88%
G = 34.38%
B = 48.75%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B374E (or 0x1B374E) is known color: Regal Blue. HEX triplet: 1B, 37 and 4E. RGB value is (27,55,78). Sum of RGB (Red+Green+Blue) = 27+55+78=160 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.88% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 78 (30.86% from 255 or 48.75% from 160); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B374E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B374E is #E4C8B1. Grayscale: #313131. Windows color (decimal): -14993586 or 5125915. OLE color: 5125915.

HSL color Cylindrical-coordinate representation of color #1B374E: hue angle of 207.06º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B374E is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 55 78 -
CMYK 0.65 0.29 0 0.69
HSL 207.06º 0.49% 0.21% -
HSV(B) 207.06º 0.65% 0.31% -
XYZ 3.19 3.52 7.72 -
YUV 49.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 27 55 78 0.65 0.29 0 0.69 207.06 0.49 0.21
Hex 1B 37 4E 41 1D 0 45 CF 31 15
Octal 33 67 116 101 35 0 105 317 61 25
Binary 11011 110111 1001110 1000001 11101 0 1000101 11001111 110001 10101

Color Harmonies of #1B374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B374E

Black with #1B374E

Text Example


Text Example

White with #1B374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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