Html Css Color HEX #1B446B Regal Blue

📋 copy color: '#1B446B'

red 27 ◦ green 68 ◦ blue 107

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

Shades of Regal Blue #1B446B

Tints of Regal Blue #1B446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.66%

 BLUE value IS 107 (42.19% from 255) = 52.97%

R = 13.37%
G = 33.66%
B = 52.97%

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

#1B446B (or 0x1B446B) is known color: Regal Blue. HEX triplet: 1B, 44 and 6B. RGB value is (27,68,107). Sum of RGB (Red+Green+Blue) = 27+68+107=202 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.37% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 107 (42.19% from 255 or 52.97% from 202); Max value from RGB is 107 - color contains mainly: blue. Hex color #1B446B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B446B is #E4BB94. Grayscale: #3B3B3B. Windows color (decimal): -14990229 or 7029787. OLE color: 7029787.

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

Color convert

RGB 27 68 107 -
CMYK 0.75 0.36 0 0.58
HSL 209.25º 0.6% 0.26% -
HSV(B) 209.25º 0.75% 0.42% -
XYZ 5.17 5.43 14.69 -
YUV 60.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 27 68 107 0.75 0.36 0 0.58 209.25 0.6 0.26
Hex 1B 44 6B 4B 24 0 3A D1 3C 1A
Octal 33 104 153 113 44 0 72 321 74 32
Binary 11011 1000100 1101011 1001011 100100 0 111010 11010001 111100 11010

Color Harmonies of #1B446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B446B

Black with #1B446B

Text Example


Text Example

White with #1B446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,68,107); }

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

background-color css

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

 a { background-color: rgb(27,68,107); }

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

border-color css

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

 span { border-color: rgb(27,68,107); }

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