Html Css Color HEX #1B456C Regal Blue

📋 copy color: '#1B456C'

red 27 ◦ green 69 ◦ blue 108

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

Shades of Regal Blue #1B456C

Tints of Regal Blue #1B456C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 52.94%

R = 13.24%
G = 33.82%
B = 52.94%

CMYK

 C value IS 0.75

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#1B456C (or 0x1B456C) is known color: Regal Blue. HEX triplet: 1B, 45 and 6C. RGB value is (27,69,108). Sum of RGB (Red+Green+Blue) = 27+69+108=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 108 (42.58% from 255 or 52.94% from 204); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B456C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B456C is #E4BA93. Grayscale: #3C3C3C. Windows color (decimal): -14989972 or 7095579. OLE color: 7095579.

HSL color Cylindrical-coordinate representation of color #1B456C: hue angle of 208.89º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B456C is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 27 69 108 -
CMYK 0.75 0.36 0 0.58
HSL 208.89º 0.6% 0.26% -
HSV(B) 208.89º 0.75% 0.42% -
XYZ 5.29 5.57 14.98 -
YUV 60.89 154.59 103.83 -
System Red Green Blue C M Y K H S L
Decimal 27 69 108 0.75 0.36 0 0.58 208.89 0.6 0.26
Hex 1B 45 6C 4B 24 0 3A D1 3C 1A
Octal 33 105 154 113 44 0 72 321 74 32
Binary 11011 1000101 1101100 1001011 100100 0 111010 11010001 111100 11010

Color Harmonies of #1B456C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B456C

Black with #1B456C

Text Example


Text Example

White with #1B456C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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