Html Css Color HEX #1B456D Regal Blue

📋 copy color: '#1B456D'

red 27 ◦ green 69 ◦ blue 109

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

Shades of Regal Blue #1B456D

Tints of Regal Blue #1B456D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.66%

 BLUE value IS 109 (42.97% from 255) = 53.17%

R = 13.17%
G = 33.66%
B = 53.17%

CMYK

 C value IS 0.75

 M value IS 0.37

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B456D (or 0x1B456D) is known color: Regal Blue. HEX triplet: 1B, 45 and 6D. RGB value is (27,69,109). Sum of RGB (Red+Green+Blue) = 27+69+109=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B456D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B456D is #E4BA92. Grayscale: #3C3C3C. Windows color (decimal): -14989971 or 7161115. OLE color: 7161115.

HSL color Cylindrical-coordinate representation of color #1B456D: hue angle of 209.27º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B456D is Cyan = 0.75, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 27 69 109 -
CMYK 0.75 0.37 0 0.57
HSL 209.27º 0.6% 0.27% -
HSV(B) 209.27º 0.75% 0.43% -
XYZ 5.34 5.59 15.27 -
YUV 61 155.09 103.75 -
System Red Green Blue C M Y K H S L
Decimal 27 69 109 0.75 0.37 0 0.57 209.27 0.6 0.27
Hex 1B 45 6D 4B 25 0 39 D1 3C 1B
Octal 33 105 155 113 45 0 71 321 74 33
Binary 11011 1000101 1101101 1001011 100101 0 111001 11010001 111100 11011

Color Harmonies of #1B456D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B456D

Black with #1B456D

Text Example


Text Example

White with #1B456D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,69,109); }

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

background-color css

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

 a { background-color: rgb(27,69,109); }

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

border-color css

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

 span { border-color: rgb(27,69,109); }

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