Html Css Color HEX #1B384E Regal Blue

📋 copy color: '#1B384E'

red 27 ◦ green 56 ◦ blue 78

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

Shades of Regal Blue #1B384E

Tints of Regal Blue #1B384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.78%

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

R = 16.77%
G = 34.78%
B = 48.45%

CMYK

 C value IS 0.65

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1B384E (or 0x1B384E) is known color: Regal Blue. HEX triplet: 1B, 38 and 4E. RGB value is (27,56,78). Sum of RGB (Red+Green+Blue) = 27+56+78=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 78 (30.86% from 255 or 48.45% from 161); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B384E is #E4C7B1. Grayscale: #313131. Windows color (decimal): -14993330 or 5126171. OLE color: 5126171.

HSL color Cylindrical-coordinate representation of color #1B384E: hue angle of 205.88º 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 #1B384E is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 27 56 78 -
CMYK 0.65 0.28 0 0.69
HSL 205.88º 0.49% 0.21% -
HSV(B) 205.88º 0.65% 0.31% -
XYZ 3.24 3.61 7.73 -
YUV 49.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 27 56 78 0.65 0.28 0 0.69 205.88 0.49 0.21
Hex 1B 38 4E 41 1C 0 45 CE 31 15
Octal 33 70 116 101 34 0 105 316 61 25
Binary 11011 111000 1001110 1000001 11100 0 1000101 11001110 110001 10101

Color Harmonies of #1B384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B384E

Black with #1B384E

Text Example


Text Example

White with #1B384E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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