Html Css Color HEX #1F3A72 Resolution Blue

📋 copy color: '#1F3A72'

red 31 ◦ green 58 ◦ blue 114

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

Shades of Resolution Blue #1F3A72

Tints of Resolution Blue #1F3A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.57%

 BLUE value IS 114 (44.92% from 255) = 56.16%

R = 15.27%
G = 28.57%
B = 56.16%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F3A72 (or 0x1F3A72) is known color: Resolution Blue. HEX triplet: 1F, 3A and 72. RGB value is (31,58,114). Sum of RGB (Red+Green+Blue) = 31+58+114=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F3A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3A72 is #E0C58D. Grayscale: #383838. Windows color (decimal): -14730638 or 7485983. OLE color: 7485983.

HSL color Cylindrical-coordinate representation of color #1F3A72: hue angle of 220.48º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3A72 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 58 114 -
CMYK 0.73 0.49 0 0.55
HSL 220.48º 0.57% 0.28% -
HSV(B) 220.48º 0.73% 0.45% -
XYZ 5.12 4.53 16.52 -
YUV 56.31 160.55 109.95 -
System Red Green Blue C M Y K H S L
Decimal 31 58 114 0.73 0.49 0 0.55 220.48 0.57 0.28
Hex 1F 3A 72 49 31 0 37 DC 39 1C
Octal 37 72 162 111 61 0 67 334 71 34
Binary 11111 111010 1110010 1001001 110001 0 110111 11011100 111001 11100

Color Harmonies of #1F3A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F3A72

Black with #1F3A72

Text Example


Text Example

White with #1F3A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,58,114); }

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

background-color css

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

 a { background-color: rgb(31,58,114); }

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

border-color css

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

 span { border-color: rgb(31,58,114); }

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