Html Css Color HEX #1B387D Resolution Blue

📋 copy color: '#1B387D'

red 27 ◦ green 56 ◦ blue 125

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

Shades of Resolution Blue #1B387D

Tints of Resolution Blue #1B387D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

 BLUE value IS 125 (49.22% from 255) = 60.1%

R = 12.98%
G = 26.92%
B = 60.1%

CMYK

 C value IS 0.78

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1B387D (or 0x1B387D) is known color: Resolution Blue. HEX triplet: 1B, 38 and 7D. RGB value is (27,56,125). Sum of RGB (Red+Green+Blue) = 27+56+125=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #1B387D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B387D is #E4C782. Grayscale: #363636. Windows color (decimal): -14993283 or 8206363. OLE color: 8206363.

HSL color Cylindrical-coordinate representation of color #1B387D: hue angle of 222.24º degrees, saturation: 0.64, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B387D is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 27 56 125 -
CMYK 0.78 0.55 0 0.51
HSL 222.24º 0.64% 0.3% -
HSV(B) 222.24º 0.78% 0.49% -
XYZ 5.57 4.54 19.99 -
YUV 55.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 27 56 125 0.78 0.55 0 0.51 222.24 0.64 0.3
Hex 1B 38 7D 4E 37 0 33 DE 40 1E
Octal 33 70 175 116 67 0 63 336 100 36
Binary 11011 111000 1111101 1001110 110111 0 110011 11011110 1000000 11110

Color Harmonies of #1B387D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B387D

Black with #1B387D

Text Example


Text Example

White with #1B387D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,56,125); }

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

background-color css

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

 a { background-color: rgb(27,56,125); }

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

border-color css

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

 span { border-color: rgb(27,56,125); }

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