Html Css Color HEX #1B3F54 Regal Blue

📋 copy color: '#1B3F54'

red 27 ◦ green 63 ◦ blue 84

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

Shades of Regal Blue #1B3F54

Tints of Regal Blue #1B3F54

RGB

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

 GREEN value IS 63 (25% from 255) = 36.21%

 BLUE value IS 84 (33.2% from 255) = 48.28%

R = 15.52%
G = 36.21%
B = 48.28%

CMYK

 C value IS 0.68

 M value IS 0.25

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1B3F54 (or 0x1B3F54) is known color: Regal Blue. HEX triplet: 1B, 3F and 54. RGB value is (27,63,84). Sum of RGB (Red+Green+Blue) = 27+63+84=174 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.52% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 84 (33.20% from 255 or 48.28% from 174); Max value from RGB is 84 - color contains mainly: blue. Hex color #1B3F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3F54 is #E4C0AB. Grayscale: #363636. Windows color (decimal): -14991532 or 5521179. OLE color: 5521179.

HSL color Cylindrical-coordinate representation of color #1B3F54: hue angle of 202.11º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1B3F54 is Cyan = 0.68, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 27 63 84 -
CMYK 0.68 0.25 0 0.67
HSL 202.11º 0.51% 0.22% -
HSV(B) 202.11º 0.68% 0.33% -
XYZ 3.83 4.43 9.04 -
YUV 54.63 144.57 108.29 -
System Red Green Blue C M Y K H S L
Decimal 27 63 84 0.68 0.25 0 0.67 202.11 0.51 0.22
Hex 1B 3F 54 44 19 0 43 CA 33 16
Octal 33 77 124 104 31 0 103 312 63 26
Binary 11011 111111 1010100 1000100 11001 0 1000011 11001010 110011 10110

Color Harmonies of #1B3F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3F54

Black with #1B3F54

Text Example


Text Example

White with #1B3F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,63,84); }

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

background-color css

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

 a { background-color: rgb(27,63,84); }

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

border-color css

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

 span { border-color: rgb(27,63,84); }

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