Html Css Color HEX #1B377F Resolution Blue

📋 copy color: '#1B377F'

red 27 ◦ green 55 ◦ blue 127

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

Shades of Resolution Blue #1B377F

Tints of Resolution Blue #1B377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 127 (50% from 255) = 60.77%

R = 12.92%
G = 26.32%
B = 60.77%

CMYK

 C value IS 0.79

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1B377F (or 0x1B377F) is known color: Resolution Blue. HEX triplet: 1B, 37 and 7F. RGB value is (27,55,127). Sum of RGB (Red+Green+Blue) = 27+55+127=209 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.92% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #1B377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B377F is #E4C880. Grayscale: #363636. Windows color (decimal): -14993537 or 8337179. OLE color: 8337179.

HSL color Cylindrical-coordinate representation of color #1B377F: hue angle of 223.2º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B377F is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 27 55 127 -
CMYK 0.79 0.57 0 0.50
HSL 223.2º 0.65% 0.3% -
HSV(B) 223.2º 0.79% 0.5% -
XYZ 5.65 4.5 20.65 -
YUV 54.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 27 55 127 0.79 0.57 0 0.50 223.2 0.65 0.3
Hex 1B 37 7F 4F 39 0 32 DF 41 1E
Octal 33 67 177 117 71 0 62 337 101 36
Binary 11011 110111 1111111 1001111 111001 0 110010 11011111 1000001 11110

Color Harmonies of #1B377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B377F

Black with #1B377F

Text Example


Text Example

White with #1B377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,55,127); }

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

background-color css

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

 a { background-color: rgb(27,55,127); }

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

border-color css

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

 span { border-color: rgb(27,55,127); }

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