Html Css Color HEX #1B3E65 Regal Blue

📋 copy color: '#1B3E65'

red 27 ◦ green 62 ◦ blue 101

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

Shades of Regal Blue #1B3E65

Tints of Regal Blue #1B3E65

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.63%

 BLUE value IS 101 (39.84% from 255) = 53.16%

R = 14.21%
G = 32.63%
B = 53.16%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1B3E65 (or 0x1B3E65) is known color: Regal Blue. HEX triplet: 1B, 3E and 65. RGB value is (27,62,101). Sum of RGB (Red+Green+Blue) = 27+62+101=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 62 (24.61% from 255 or 32.63% from 190); Blue value is 101 (39.84% from 255 or 53.16% from 190); Max value from RGB is 101 - color contains mainly: blue. Hex color #1B3E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3E65 is #E4C19A. Grayscale: #373737. Windows color (decimal): -14991771 or 6635035. OLE color: 6635035.

HSL color Cylindrical-coordinate representation of color #1B3E65: hue angle of 211.62º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B3E65 is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 27 62 101 -
CMYK 0.73 0.39 0 0.60
HSL 211.62º 0.58% 0.25% -
HSV(B) 211.62º 0.73% 0.4% -
XYZ 4.52 4.62 12.96 -
YUV 55.98 153.4 107.33 -
System Red Green Blue C M Y K H S L
Decimal 27 62 101 0.73 0.39 0 0.60 211.62 0.58 0.25
Hex 1B 3E 65 49 27 0 3C D4 3A 19
Octal 33 76 145 111 47 0 74 324 72 31
Binary 11011 111110 1100101 1001001 100111 0 111100 11010100 111010 11001

Color Harmonies of #1B3E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3E65

Black with #1B3E65

Text Example


Text Example

White with #1B3E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,62,101); }

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

background-color css

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

 a { background-color: rgb(27,62,101); }

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

border-color css

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

 span { border-color: rgb(27,62,101); }

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