Html Css Color HEX #1B416D Regal Blue

📋 copy color: '#1B416D'

red 27 ◦ green 65 ◦ blue 109

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

Shades of Regal Blue #1B416D

Tints of Regal Blue #1B416D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 32.34%

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

R = 13.43%
G = 32.34%
B = 54.23%

CMYK

 C value IS 0.75

 M value IS 0.40

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1B416D (or 0x1B416D) is known color: Regal Blue. HEX triplet: 1B, 41 and 6D. RGB value is (27,65,109). Sum of RGB (Red+Green+Blue) = 27+65+109=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 65 (25.78% from 255 or 32.34% from 201); Blue value is 109 (42.97% from 255 or 54.23% from 201); Max value from RGB is 109 - color contains mainly: blue. Hex color #1B416D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B416D is #E4BE92. Grayscale: #3A3A3A. Windows color (decimal): -14990995 or 7160091. OLE color: 7160091.

HSL color Cylindrical-coordinate representation of color #1B416D: hue angle of 212.2º 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 #1B416D is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 27 65 109 -
CMYK 0.75 0.40 0 0.57
HSL 212.2º 0.6% 0.27% -
HSV(B) 212.2º 0.75% 0.43% -
XYZ 5.1 5.12 15.19 -
YUV 58.65 156.41 105.42 -
System Red Green Blue C M Y K H S L
Decimal 27 65 109 0.75 0.40 0 0.57 212.2 0.6 0.27
Hex 1B 41 6D 4B 28 0 39 D4 3C 1B
Octal 33 101 155 113 50 0 71 324 74 33
Binary 11011 1000001 1101101 1001011 101000 0 111001 11010100 111100 11011

Color Harmonies of #1B416D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B416D

Black with #1B416D

Text Example


Text Example

White with #1B416D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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