Html Css Color HEX #1B4362 Regal Blue

📋 copy color: '#1B4362'

red 27 ◦ green 67 ◦ blue 98

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

Shades of Regal Blue #1B4362

Tints of Regal Blue #1B4362

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.9%

 BLUE value IS 98 (38.67% from 255) = 51.04%

R = 14.06%
G = 34.9%
B = 51.04%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B4362 (or 0x1B4362) is known color: Regal Blue. HEX triplet: 1B, 43 and 62. RGB value is (27,67,98). Sum of RGB (Red+Green+Blue) = 27+67+98=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B4362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4362 is #E4BC9D. Grayscale: #3A3A3A. Windows color (decimal): -14990494 or 6439707. OLE color: 6439707.

HSL color Cylindrical-coordinate representation of color #1B4362: hue angle of 206.2º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B4362 is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 67 98 -
CMYK 0.72 0.32 0 0.62
HSL 206.2º 0.57% 0.25% -
HSV(B) 206.2º 0.72% 0.38% -
XYZ 4.66 5.13 12.3 -
YUV 58.57 150.25 105.48 -
System Red Green Blue C M Y K H S L
Decimal 27 67 98 0.72 0.32 0 0.62 206.2 0.57 0.25
Hex 1B 43 62 48 20 0 3E CE 39 19
Octal 33 103 142 110 40 0 76 316 71 31
Binary 11011 1000011 1100010 1001000 100000 0 111110 11001110 111001 11001

Color Harmonies of #1B4362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4362

Black with #1B4362

Text Example


Text Example

White with #1B4362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,67,98); }

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

background-color css

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

 a { background-color: rgb(27,67,98); }

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

border-color css

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

 span { border-color: rgb(27,67,98); }

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