Html Css Color HEX #1B3187 Resolution Blue

📋 copy color: '#1B3187'

red 27 ◦ green 49 ◦ blue 135

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

Shades of Resolution Blue #1B3187

Tints of Resolution Blue #1B3187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.22%

 BLUE value IS 135 (53.13% from 255) = 63.98%

R = 12.8%
G = 23.22%
B = 63.98%

CMYK

 C value IS 0.8

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1B3187 (or 0x1B3187) is known color: Resolution Blue. HEX triplet: 1B, 31 and 87. RGB value is (27,49,135). Sum of RGB (Red+Green+Blue) = 27+49+135=211 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.80% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #1B3187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3187 is #E4CE78. Grayscale: #333333. Windows color (decimal): -14995065 or 8859931. OLE color: 8859931.

HSL color Cylindrical-coordinate representation of color #1B3187: hue angle of 227.78º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B3187 is Cyan = 0.8, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 27 49 135 -
CMYK 0.8 0.64 0 0.47
HSL 227.78º 0.67% 0.32% -
HSV(B) 227.78º 0.8% 0.53% -
XYZ 5.92 4.18 23.42 -
YUV 52.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 27 49 135 0.8 0.64 0 0.47 227.78 0.67 0.32
Hex 1B 31 87 50 40 0 2F E4 43 20
Octal 33 61 207 120 100 0 57 344 103 40
Binary 11011 110001 10000111 1010000 1000000 0 101111 11100100 1000011 100000

Color Harmonies of #1B3187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B3187

Black with #1B3187

Text Example


Text Example

White with #1B3187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,49,135); }

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

background-color css

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

 a { background-color: rgb(27,49,135); }

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

border-color css

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

 span { border-color: rgb(27,49,135); }

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