Html Css Color HEX #1F3770 Resolution Blue

📋 copy color: '#1F3770'

red 31 ◦ green 55 ◦ blue 112

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

Shades of Resolution Blue #1F3770

Tints of Resolution Blue #1F3770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 56.57%

R = 15.66%
G = 27.78%
B = 56.57%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F3770 (or 0x1F3770) is known color: Resolution Blue. HEX triplet: 1F, 37 and 70. RGB value is (31,55,112). Sum of RGB (Red+Green+Blue) = 31+55+112=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 55 (21.88% from 255 or 27.78% from 198); Blue value is 112 (44.14% from 255 or 56.57% from 198); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F3770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3770 is #E0C88F. Grayscale: #363636. Windows color (decimal): -14731408 or 7354143. OLE color: 7354143.

HSL color Cylindrical-coordinate representation of color #1F3770: hue angle of 222.22º degrees, saturation: 0.57, 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 #1F3770 is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 55 112 -
CMYK 0.72 0.51 0 0.56
HSL 222.22º 0.57% 0.28% -
HSV(B) 222.22º 0.72% 0.44% -
XYZ 4.86 4.19 15.88 -
YUV 54.32 160.55 111.37 -
System Red Green Blue C M Y K H S L
Decimal 31 55 112 0.72 0.51 0 0.56 222.22 0.57 0.28
Hex 1F 37 70 48 33 0 38 DE 39 1C
Octal 37 67 160 110 63 0 70 336 71 34
Binary 11111 110111 1110000 1001000 110011 0 111000 11011110 111001 11100

Color Harmonies of #1F3770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3770

Black with #1F3770

Text Example


Text Example

White with #1F3770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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