Html Css Color HEX #1F376F Resolution Blue

📋 copy color: '#1F376F'

red 31 ◦ green 55 ◦ blue 111

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

Shades of Resolution Blue #1F376F

Tints of Resolution Blue #1F376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 56.35%

R = 15.74%
G = 27.92%
B = 56.35%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F376F (or 0x1F376F) is known color: Resolution Blue. HEX triplet: 1F, 37 and 6F. RGB value is (31,55,111). Sum of RGB (Red+Green+Blue) = 31+55+111=197 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.74% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 111 (43.75% from 255 or 56.35% from 197); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F376F is #E0C890. Grayscale: #353535. Windows color (decimal): -14731409 or 7288607. OLE color: 7288607.

HSL color Cylindrical-coordinate representation of color #1F376F: hue angle of 222º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F376F is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 55 111 -
CMYK 0.72 0.50 0 0.56
HSL 222º 0.56% 0.28% -
HSV(B) 222º 0.72% 0.44% -
XYZ 4.8 4.17 15.59 -
YUV 54.21 160.05 111.45 -
System Red Green Blue C M Y K H S L
Decimal 31 55 111 0.72 0.50 0 0.56 222 0.56 0.28
Hex 1F 37 6F 48 32 0 38 DE 38 1C
Octal 37 67 157 110 62 0 70 336 70 34
Binary 11111 110111 1101111 1001000 110010 0 111000 11011110 111000 11100

Color Harmonies of #1F376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F376F

Black with #1F376F

Text Example


Text Example

White with #1F376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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