Html Css Color HEX #1F377F Resolution Blue

📋 copy color: '#1F377F'

red 31 ◦ green 55 ◦ blue 127

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

Shades of Resolution Blue #1F377F

Tints of Resolution Blue #1F377F

RGB

 RED value IS 31 (12.5% from 255) = 14.55%

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

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

R = 14.55%
G = 25.82%
B = 59.62%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1F377F (or 0x1F377F) is known color: Resolution Blue. HEX triplet: 1F, 37 and 7F. RGB value is (31,55,127). Sum of RGB (Red+Green+Blue) = 31+55+127=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 127 (50% from 255 or 59.62% from 213); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F377F is #E0C880. Grayscale: #373737. Windows color (decimal): -14731393 or 8337183. OLE color: 8337183.

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

Color convert

RGB 31 55 127 -
CMYK 0.76 0.57 0 0.50
HSL 225º 0.61% 0.31% -
HSV(B) 225º 0.76% 0.5% -
XYZ 5.76 4.56 20.65 -
YUV 56.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 31 55 127 0.76 0.57 0 0.50 225 0.61 0.31
Hex 1F 37 7F 4C 39 0 32 E1 3D 1F
Octal 37 67 177 114 71 0 62 341 75 37
Binary 11111 110111 1111111 1001100 111001 0 110010 11100001 111101 11111

Color Harmonies of #1F377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F377F

Black with #1F377F

Text Example


Text Example

White with #1F377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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