Html Css Color HEX #1B4262 Regal Blue

📋 copy color: '#1B4262'

red 27 ◦ green 66 ◦ blue 98

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

Shades of Regal Blue #1B4262

Tints of Regal Blue #1B4262

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.55%

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

R = 14.14%
G = 34.55%
B = 51.31%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1B4262 (or 0x1B4262) is known color: Regal Blue. HEX triplet: 1B, 42 and 62. RGB value is (27,66,98). Sum of RGB (Red+Green+Blue) = 27+66+98=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 98 (38.67% from 255 or 51.31% from 191); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B4262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B4262 is #E4BD9D. Grayscale: #393939. Windows color (decimal): -14990750 or 6439451. OLE color: 6439451.

HSL color Cylindrical-coordinate representation of color #1B4262: hue angle of 207.04º 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 #1B4262 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 27 66 98 -
CMYK 0.72 0.33 0 0.62
HSL 207.04º 0.57% 0.25% -
HSV(B) 207.04º 0.72% 0.38% -
XYZ 4.6 5.01 12.28 -
YUV 57.99 150.58 105.9 -
System Red Green Blue C M Y K H S L
Decimal 27 66 98 0.72 0.33 0 0.62 207.04 0.57 0.25
Hex 1B 42 62 48 21 0 3E CF 39 19
Octal 33 102 142 110 41 0 76 317 71 31
Binary 11011 1000010 1100010 1001000 100001 0 111110 11001111 111001 11001

Color Harmonies of #1B4262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B4262

Black with #1B4262

Text Example


Text Example

White with #1B4262

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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